@histoire/controls 0.3.0 → 0.3.1
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"autoprefixer": "^10.4.4",
|
|
45
45
|
"concurrently": "^7.1.0",
|
|
46
46
|
"floating-vue": "^2.0.0-beta.14",
|
|
47
|
-
"histoire": "0.3.
|
|
47
|
+
"histoire": "0.3.1",
|
|
48
48
|
"postcss": "^8.4.12",
|
|
49
49
|
"postcss-import": "^14.1.0",
|
|
50
50
|
"tailwindcss": "^3.0.23",
|
|
@@ -57,12 +57,11 @@
|
|
|
57
57
|
"build": "rimraf dist && pnpm run build:css && vite build && pnpm run build:types",
|
|
58
58
|
"build:css": "tailwindcss -i src/style/main.css -o ./dist/style-standalone.css -c tailwind.config.cjs --postcss postcss.config.cjs",
|
|
59
59
|
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
|
|
60
|
-
"watch": "concurrently \"vite build --watch\" \"pnpm run build:types --
|
|
61
|
-
"watch:full": "concurrently \"vite build --watch\" \"pnpm run build:css --
|
|
60
|
+
"watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\"",
|
|
61
|
+
"watch:full": "concurrently \"vite build --watch\" \"pnpm run build:css --watch\" \"pnpm run build:types --watch\"",
|
|
62
62
|
"test:open": "peeky open --port 5010",
|
|
63
63
|
"test": "peeky run",
|
|
64
64
|
"story:dev": "histoire dev",
|
|
65
65
|
"story:build": "histoire build"
|
|
66
|
-
}
|
|
67
|
-
"readme": "# @histoire/controls\n\nBuiltin controls component\n\n[Docs](https://controls.histoire.dev)\n"
|
|
66
|
+
}
|
|
68
67
|
}
|