pillardash-ui-react 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pillardash-ui-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Pillardash reusable react components",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
14
14
|
"dev": "rollup -c -w",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
16
|
-
"release": "npm version patch && npm
|
|
17
|
-
"publish": "npm version patch && npm
|
|
16
|
+
"release": "npm version patch && npm publish && git push && git push --tags",
|
|
17
|
+
"publish": "npm version patch && npm publish",
|
|
18
18
|
"storybook": "storybook dev -p 6006",
|
|
19
19
|
"build-storybook": "storybook build"
|
|
20
20
|
},
|