Skip to content

Commit 224757c

Browse files
add component.json
1 parent a74cc3d commit 224757c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

component.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "aureooms-js-array",
3+
"repo": "aureooms/js-array",
4+
"scripts": [
5+
"js/dist/array.js"
6+
],
7+
"version": "2.0.1",
8+
"description": "array manipulation code bricks for JavaScript",
9+
"main": "js/dist/array.js",
10+
"license": "AGPL-3.0"
11+
}

0 commit comments

Comments
 (0)