changed prepack to prepublish

This commit is contained in:
Elad Gil
2018-07-03 11:11:50 +03:00
parent d283d485f4
commit 858be9d257
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"prepack": "jest && npm run lint",
"prepublish": "jest && npm run lint",
"lint": "eslint index.js lib/**"
},
"keywords": [