powell-react 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powell-react",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "prebuild": "npm version patch",
21
21
  "prepublishOnly": "npm run build",
22
22
  "build": "rollup -c",
23
- "release": "npm run build && npm publish",
23
+ "release": "npm publish",
24
24
  "storybook": "storybook dev -p 6006",
25
25
  "storybook:build": "storybook build"
26
26
  },