Skip to content

Commit 0ff015c

Browse files
committed
updated prepare script to include all root js files
1 parent 00392ca commit 0ff015c

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
@@ -45,7 +45,7 @@
4545
],
4646
"scripts": {
4747
"lint": "standard-markdown && standard",
48-
"prepare": "babel index.js --out-dir lib",
48+
"prepare": "babel *.js --out-dir lib",
4949
"pretest": "npm run lint",
5050
"test": "mocha"
5151
},

0 commit comments

Comments
 (0)