Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Fixed: remove incorrect "postinstall" npm script
Browse files Browse the repository at this point in the history
Closes #404
  • Loading branch information
MoOx committed Jul 10, 2017
1 parent 7730660 commit 492b144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"prebabelify": "rimraf lib",
"babelify": "babel src --out-dir lib",
"prepare": "npm run babelify",
"postinstall": "npm run babelify",
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
"lint": "eslint --ignore-path .gitignore .",
"#tape": "to avoid really slow tests, we run babel once & run tests on the result",
Expand Down

0 comments on commit 492b144

Please sign in to comment.