Skip to content

Commit

Permalink
Fix cli (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Dec 11, 2019
1 parent e89cce7 commit e510126
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "0.1.0",
"version": "0.1.1",
"description": "Next.js utility to translate pages without the need of a server (static i18n pages generator).",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,8 @@
"Trans",
"useTranslation",
"withTranslation",
"i18nMiddleware"
"i18nMiddleware",
"cli"
],
"bin": {
"next-translate": "./cli/builder.js"
Expand Down

0 comments on commit e510126

Please sign in to comment.