Skip to content

Commit

Permalink
fix tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Apr 29, 2024
1 parent f9932a4 commit 99c1fae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate-plugin",
"version": "3.0.0-canary.3",
"version": "3.0.0-canary.4",
"description": "Tiny and powerful i18n plugin to translate your Next.js pages.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,8 @@
"files": [
"lib",
"index*",
"loader*",
"index/*",
"loader",
"template*",
"types*",
"utils*",
Expand Down Expand Up @@ -103,5 +104,6 @@
"transform": {
"^.+\\.(j|t)sx?$": "babel-jest"
}
}
},
"packageManager": "[email protected]"
}

0 comments on commit 99c1fae

Please sign in to comment.