pne-ui 3.0.15 → 3.0.19
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pne-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"prepare": "yarn build",
|
|
28
28
|
"prepublishOnly": "yarn test && yarn run lint",
|
|
29
29
|
"npmLogin": "yarn npm login --publish",
|
|
30
|
-
"
|
|
30
|
+
"our_publish": "yarn prepublishOnly && yarn prepare && yarn version patch && npm publish --access public",
|
|
31
31
|
"start": "webpack && webpack-dev-server --mode development",
|
|
32
32
|
"storybook": "storybook dev -p 6006",
|
|
33
33
|
"build-storybook": "storybook build",
|