Skip to content

Commit

Permalink
fix: cannot install npm package
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
Jannick Garthen authored and Kalle Ott committed Apr 15, 2021
1 parent b3e260d commit e64fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"publishVersion": "yarn test && yarn build && yarn lint && yarn publish",
"test": "jest",
"lint": "yarn eslint src/**/*",
"postinstall": "husky install"
"prepare": "husky install"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

0 comments on commit e64fcdf

Please sign in to comment.