Skip to content

Commit 8baf587

Browse files
committed
include in files
1 parent 3e74034 commit 8baf587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"main": "react-most.js",
1010
"directories": {
11-
"engine": "./engine",
1211
"doc": "./docs",
1312
"lib": "./lib"
1413
},
14+
"files": ["engine"],
1515
"scripts": {
1616
"license": "(cat LICENSE.txt; cat react-most.js) > react-most.licensed.js && mv react-most.licensed.js react-most.js",
1717
"build": "babel lib -d ./ --ignore '__tests__' && npm run license",

0 commit comments

Comments
 (0)