Compare commits

...
2 changed files with 11 additions and 2 deletions
+8
View File
@@ -1,5 +1,13 @@
# @vintl/nuxt
## 1.9.2
### Patch Changes
- 4244794: Add missing prepack script
1.9.1 contained no files because during the switch I've forgotten the `prepack` script. This fixes that and brings back the files 💀
## 1.9.1
### Patch Changes
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
"version": "1.9.1",
"version": "1.9.2",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
@@ -41,7 +41,8 @@
"build": "nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"prepack": "pnpm turbo --no-daemon build"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",