unifyedx-storybook-new 0.1.23 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.1.23",
4
+ "version": "0.1.25",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",
@@ -112,7 +112,6 @@
112
112
  "preview": "vite preview",
113
113
  "storybook": "storybook dev -p 6006",
114
114
  "build-storybook": "storybook build",
115
- "local-pub": "npm run build && yalc publish --push",
116
- "publish": "npm run build && npm publish"
115
+ "local-pub": "npm run build && yalc publish --push"
117
116
  }
118
117
  }