We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1551ea4 commit dbd42a1Copy full SHA for dbd42a1
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "react-linear-gradient-picker",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "React linear gradient picker",
5
"main": "dist/index.js",
6
"scripts": {
7
"storybook": "start-storybook -p 7006",
8
"lint": "eslint .",
9
"build": "webpack --config ./webpack.config.js",
10
"deploy-storybook": "storybook-to-ghpages",
11
- "prepublish": "npm run build && npm run deploy-storybook"
+ "prepublishOnly": "npm run build && npm run deploy-storybook"
12
},
13
"repository": {
14
"type": "git",
0 commit comments