Skip to content

Commit 15220f4

Browse files
authored
Inserted aph
1 parent b1fed2e commit 15220f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5399,5 +5399,12 @@ module.exports = [
53995399
description: "SkateJS is a web component library designed to give you an augmentation of the web component specs focusing on a functional rendering pipeline, clean property / attribute semantics and a small footprint.",
54005400
url: "https://github.com/skatejs/skatejs",
54015401
source: "https://unpkg.com/skatejs"
5402+
}, {
5403+
name: "aph",
5404+
github: "kaisermann/aph",
5405+
tags: ["javascript", "DOM", "jQuery", "Manipulation"],
5406+
description: "A mini (1.2kb) DOM Manipulation library. A very slim and fast helper.",
5407+
url: "https://github.com/kaisermann/aph",
5408+
source: "https://raw.githubusercontent.com/kaisermann/aph/master/dist/aph.js"
54025409
},
54035410
];

0 commit comments

Comments
 (0)