Skip to content

Commit

Permalink
fix: Remove unportable postinstall step (#213)
Browse files Browse the repository at this point in the history
Fixes #212 
Closes #192
  • Loading branch information
binki authored and okonet committed Jul 17, 2017
1 parent ca85d82 commit a2dcd04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,6 @@
"src"
],
"scripts": {
"postinstall": "echo \"🚫💩 lint-staged installed! \nDo not forget to configure it. See https://github.com/okonet/lint-staged/blob/master/README.md\" && exit 0",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"pre-commit": "node index.js",
Expand Down

0 comments on commit a2dcd04

Please sign in to comment.