Skip to content

Commit dbd42a1

Browse files
committed
Proper.
1 parent 1551ea4 commit dbd42a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-linear-gradient-picker",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React linear gradient picker",
55
"main": "dist/index.js",
66
"scripts": {
77
"storybook": "start-storybook -p 7006",
88
"lint": "eslint .",
99
"build": "webpack --config ./webpack.config.js",
1010
"deploy-storybook": "storybook-to-ghpages",
11-
"prepublish": "npm run build && npm run deploy-storybook"
11+
"prepublishOnly": "npm run build && npm run deploy-storybook"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)