@functionalui/functionalui 0.2.3 → 0.2.4
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@functionalui/functionalui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -388,14 +388,12 @@
|
|
|
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
395
|
"build-storybook": "storybook build",
|
|
398
|
-
"publish": "npm
|
|
396
|
+
"publish": "npm publish"
|
|
399
397
|
},
|
|
400
398
|
"dependencies": {
|
|
401
399
|
"@react-spring/web": "^10.0.1",
|