Skip to content

Commit ff411cf

Browse files
RangerMauveedef1c
authored andcommitted
Fixed component support
1 parent c1ad230 commit ff411cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

component.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
},
1010
"development": {},
1111
"license": "MIT",
12+
"main": "index.js",
1213
"scripts": [
1314
"index.js",
14-
"core.js"
15+
"lib/core.js",
16+
"lib/done.js",
17+
"lib/es6-extensions.js",
18+
"lib/node-extensions.js"
1519
],
1620
"twitter": "@ForbesLindesay"
17-
}
21+
}

0 commit comments

Comments
 (0)