npm run upload -> npm start

This commit is contained in:
Igor Klopov 2016-11-13 15:57:11 +03:00
parent 2a3e49ec7e
commit 3aef1d1fa5

View File

@ -48,9 +48,9 @@
"scripts": {
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
"bin": "node lib-es5/bin.js",
"upload": "node lib-es5/upload.js",
"lint": "eslint-klopov . || true",
"prepublish": "in-install || (eslint-klopov . && npm test && npm run babel)",
"start": "node lib-es5/upload.js",
"test": "ava"
},
"eslintConfig": {