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

Commit 492b144

Browse files
committed
Fixed: remove incorrect "postinstall" npm script
Closes #404
1 parent 7730660 commit 492b144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
"prebabelify": "rimraf lib",
121121
"babelify": "babel src --out-dir lib",
122122
"prepare": "npm run babelify",
123-
"postinstall": "npm run babelify",
124123
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
125124
"lint": "eslint --ignore-path .gitignore .",
126125
"#tape": "to avoid really slow tests, we run babel once & run tests on the result",

0 commit comments

Comments
 (0)