Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Feb 29, 2024
1 parent 30503f8 commit 7f1f6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globalbrain/nuxt-i18n",
"version": "1.1.1",
"version": "1.1.0",
"packageManager": "[email protected]",
"description": "Minimal module for i18n with locale auto-imports & localized routing",
"author": "Divyansh Singh <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "pnpm run type && pnpm run lint && pnpm run vitest:run",
"test:fail": "pnpm run type && pnpm run lint:fail && pnpm run vitest:run",
"release": "release-it",
"prepare": "nuxi prepare playground",
"prepare": "nuxt-module-build prepare",
"prepack": "nuxt-module-build build"
},
"dependencies": {
Expand Down

0 comments on commit 7f1f6de

Please sign in to comment.