@functionalui/functionalui 0.2.4 → 0.2.5

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalui/functionalui",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -392,8 +392,7 @@
392
392
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
393
393
  "preview": "vite preview",
394
394
  "storybook": "storybook dev -p 6006",
395
- "build-storybook": "storybook build",
396
- "publish": "npm publish"
395
+ "build-storybook": "storybook build"
397
396
  },
398
397
  "dependencies": {
399
398
  "@react-spring/web": "^10.0.1",