Skip to content

Commit

Permalink
[i18n] fix dependencies for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Jan 14, 2024
1 parent 3b3e3e6 commit 97e307a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"author": "Xinos",
"dependencies": {
"commander": "^9.2.0"
"commander": "^9.2.0",
"vue-i18n-extract": "^2.0.7"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-google": "^0.14.0",
"vue-i18n-extract": "^2.0.7"
"eslint-config-google": "^0.14.0"
}
}

0 comments on commit 97e307a

Please sign in to comment.