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 b56f465 commit 1551ea4Copy full SHA for 1551ea4
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "react-linear-gradient-picker",
3
- "version": "2.0.0",
+ "version": "2.0.1",
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"
+ "deploy-storybook": "storybook-to-ghpages",
11
+ "prepublish": "npm run build && npm run deploy-storybook"
12
},
13
"repository": {
14
"type": "git",
0 commit comments