Skip to content

Commit

Permalink
fix(installation): remove husky lifecycle script
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 22, 2021
1 parent dc604d1 commit cb081ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -9,8 +9,7 @@
"test:coverage": "cross-env BROWSERSLIST_DISABLE_CACHE=true BROWSERSLIST='IE 8' jest --coverage",
"lint:prettier": "prettier --list-different '**/*.js'",
"lint:js": "eslint '**/*.js'",
"semantic-release": "semantic-release",
"prepare": "husky install"
"semantic-release": "semantic-release"
},
"peerDependencies": {
"stylelint": ">=13.0.0"
Expand Down

0 comments on commit cb081ab

Please sign in to comment.