prepublish -> prepare
This commit is contained in:
parent
9ae4416e1b
commit
3ef948b30a
@ -5,7 +5,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"prepublish": "node_modules/.bin/babel local-cli/src --out-dir local-cli/lib"
|
"prepare": "node_modules/.bin/babel local-cli/src --out-dir local-cli/lib"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user