Skip to content

Commit e64fcdf

Browse files
Jannick GarthenKalle Ott
authored andcommitted
fix: cannot install npm package
Closes #15
1 parent b3e260d commit e64fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"publishVersion": "yarn test && yarn build && yarn lint && yarn publish",
3636
"test": "jest",
3737
"lint": "yarn eslint src/**/*",
38-
"postinstall": "husky install"
38+
"prepare": "husky install"
3939
},
4040
"peerDependencies": {
4141
"react": ">=16.8",

0 commit comments

Comments
 (0)