@functionalui/functionalui 0.2.3 → 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.
- package/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@functionalui/functionalui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -388,14 +388,11 @@
|
|
|
388
388
|
"sideEffects": false,
|
|
389
389
|
"scripts": {
|
|
390
390
|
"dev": "vite",
|
|
391
|
-
"prebuild": "rm -rf dist",
|
|
392
391
|
"build": "tsc && vite build && node scripts/move-dts.mjs",
|
|
393
392
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
394
393
|
"preview": "vite preview",
|
|
395
|
-
"prepublish": "npm run build",
|
|
396
394
|
"storybook": "storybook dev -p 6006",
|
|
397
|
-
"build-storybook": "storybook build"
|
|
398
|
-
"publish": "npm run build && npm publish"
|
|
395
|
+
"build-storybook": "storybook build"
|
|
399
396
|
},
|
|
400
397
|
"dependencies": {
|
|
401
398
|
"@react-spring/web": "^10.0.1",
|