@maas/vue-equipment 0.1.1 → 0.1.2
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maas/vue-equipment",
|
|
3
3
|
"description": "A magic collection of Vue composables, plugins, components and directives",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@antfu/ni": "^0.21.5",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"prepare": "nr build",
|
|
102
102
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
103
103
|
"uninstall": "nlx rimraf --glob ./**/node_modules --glob ./**/pnpm-lock.yaml",
|
|
104
|
-
"release": "release-it"
|
|
104
|
+
"release": "turbo run release-it && release-it"
|
|
105
105
|
},
|
|
106
106
|
"types": "./dist/nuxt/types.d.ts",
|
|
107
107
|
"volta": {
|