Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit d252c19

Browse files
committed
fix postinstall stepname
1 parent 17bf7b5 commit d252c19

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
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"test": "eslint dist/** src/** index.js postinstall.js",
17-
"post_install": "node ./postinstall.js"
17+
"postinstall": "node ./postinstall.js"
1818
},
1919
"author": "Brian Muenzenmeyer",
2020
"license": "MIT",

0 commit comments

Comments
 (0)