@naptics/vue-collection 1.0.0-beta.2 → 1.0.0-beta.3
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 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@naptics/vue-collection",
|
|
3
3
|
"author": "Timo Siegenthaler and Jonas Schoch",
|
|
4
4
|
"description": "Vue Collection is a collection of styled and fully functional Vue components which can easily be integrated into our projects.",
|
|
5
|
-
"version": "1.0.0-beta.
|
|
5
|
+
"version": "1.0.0-beta.3",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib/"
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"build-demo": "run-p type-check-demo build-only-demo",
|
|
23
23
|
"build-lib": "run-p type-check-lib build-only-lib",
|
|
24
24
|
"build-only-demo": "vite build",
|
|
25
|
-
"build-only-lib": "bash ./scripts/build-lib.sh"
|
|
26
|
-
"preinstall": "node ./scripts/sync-node-types.js"
|
|
25
|
+
"build-only-lib": "bash ./scripts/build-lib.sh"
|
|
27
26
|
},
|
|
28
27
|
"dependencies": {
|
|
29
28
|
"@headlessui/vue": "^1.7.23",
|