@maas/vue-equipment 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +3 -3
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.0",
4
+ "version": "0.1.1",
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": "turbo run release --concurrency=1 && release-it"
104
+ "release": "release-it"
105
105
  },
106
106
  "types": "./dist/nuxt/types.d.ts",
107
107
  "volta": {
@@ -109,7 +109,7 @@
109
109
  },
110
110
  "release-it": {
111
111
  "git": {
112
- "requireCleanWorkingDir": false
112
+ "requireCleanWorkingDir": true
113
113
  },
114
114
  "npm": {
115
115
  "allowSameVersion": true