s/prepublish/prepare/

This commit is contained in:
Michael Vines
2018-09-24 20:18:50 -07:00
parent 5ce82fe50b
commit 6ad116fd60

View File

@ -38,7 +38,7 @@
"lint:fix": "npm run lint --fix", "lint:fix": "npm run lint --fix",
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/", "lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
"ok": "npm run lint && npm run flow && npm run test && npm run doc", "ok": "npm run lint && npm run flow && npm run test && npm run doc",
"prepublish": "npm run clean && npm run ok && npm run build" "prepare": "npm run clean && npm run ok && npm run build"
}, },
"dependencies": { "dependencies": {
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",