dydx-naive-ui-for-vue 0.1.5 → 0.1.6
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dydx-naive-ui-for-vue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/dydx-naive-ui-for-vue.umd.cjs",
|
|
6
6
|
"module": "./dist/dydx-naive-ui-for-vue.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"check": "vue-tsc -b && pnpm run lint && pnpm run lint:style",
|
|
65
65
|
"dev": "vite --mode development",
|
|
66
66
|
"build": "pnpm run check && vite build --mode production",
|
|
67
|
-
"build:lib": "pnpm run check && vite build --mode lib && cp src/volar.d.ts dist/volar.d.ts",
|
|
67
|
+
"build:lib": "pnpm run check && vite build --mode lib && cp src/volar.d.ts dist/types/volar.d.ts",
|
|
68
68
|
"preview": "vite preview",
|
|
69
69
|
"lint": "eslint . --fix",
|
|
70
70
|
"lint:style": "stylelint \"**/*.{css,scss,vue,html}\" --fix",
|
|
File without changes
|