Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 858be9d

Browse files
author
Elad Gil
committed
changed prepack to prepublish
1 parent d283d48 commit 858be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"prepack": "jest && npm run lint",
8+
"prepublish": "jest && npm run lint",
99
"lint": "eslint index.js lib/**"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)