powell-react 0.0.7 → 0.0.8

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powell-react",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,6 +9,7 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "dev": "rollup -c --watch",
12
+ "prebuild": "npm version patch",
12
13
  "build": "rollup -c",
13
14
  "storybook": "storybook dev -p 6006",
14
15
  "build-storybook": "storybook build"