Skip to content

Commit f3b0af7

Browse files
committed
test
1 parent 3d443db commit f3b0af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-date-picker",
3-
"version": "9.2.0",
2+
"name": "@ideriabin/react-date-picker",
3+
"version": "9.2.1",
44
"description": "A date picker for your React app.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -16,7 +16,7 @@
1616
"clean": "rimraf dist",
1717
"copy-styles": "node ./copy-styles.mjs",
1818
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
19-
"postinstall": "husky install",
19+
"prepare": "husky install",
2020
"prepack": "yarn clean && yarn build",
2121
"prettier": "prettier --check . --cache",
2222
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",

0 commit comments

Comments
 (0)