@tenorlab/vue-dashboard 1.0.2 → 1.0.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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenorlab/vue-dashboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Foundation components for creating user-configurable dashboards in Vue",
|
|
5
5
|
"author": "Damiano Fusco",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"dev": "vite",
|
|
20
20
|
"clean": "rm -rf dist node_modules package-lock.json",
|
|
21
|
-
"build": "npm run pretty; vite build",
|
|
21
|
+
"build": "npm run pretty; vite build --mode production",
|
|
22
22
|
"pub": "npm run build; npm publish --access public --otp=",
|
|
23
23
|
"test": "TESTING=true vitest run",
|
|
24
24
|
"test-watch": "TESTING=true vitest watch",
|