Skip to content

Commit c46a245

Browse files
author
Ivan Demidov
committedMar 15, 2016
Fixed #23, change name run compile to build
1 parent f41d213 commit c46a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "xo ./src/*.js ./test/*.js && mocha --compilers js:babel-core/register ./test/*.js",
88
"clean": "rm -rf lib && mkdir lib",
9-
"compile": "npm run clean && babel --presets es2015 src/index.es6.js --out-file lib/index.js",
9+
"build": "npm run clean && babel --presets es2015 src/index.es6.js --out-file lib/index.js",
1010
"prepublish": "npm run compile",
1111
"coverage": "babel-node ./node_modules/isparta/bin/isparta cover _mocha --",
1212
"coveralls": "coveralls < coverage/lcov.info",

0 commit comments

Comments
 (0)
Please sign in to comment.