Skip to content

Commit

Permalink
Fix package (#21)
Browse files Browse the repository at this point in the history
* Fix package

* Update README
  • Loading branch information
aralroca authored Dec 11, 2019
1 parent f49c9d2 commit 9b1fd63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
!*.js
__tests__
.github
examples
images
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div align="center">

[![npm version](https://badge.fury.io/js/next-translate.svg)](https://badge.fury.io/js/next-translate)
[![PRs Welcome][badge-prwelcome]][prwelcome]
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)][spectrum]

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "0.1.3",
"version": "0.1.4",
"description": "Next.js utility to translate pages without the need of a server (static i18n pages generator).",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,16 +34,6 @@
"test:coverage": "NODE_ENV=test jest --coverage",
"test:watch": "NODE_ENV=test jest --watch"
},
"main": "index.js",
"files": [
"appWithi18n",
"I18nProvider",
"Trans",
"useTranslation",
"withTranslation",
"i18nMiddleware",
"cli"
],
"bin": {
"next-translate": "./cli/builder.js"
},
Expand Down

0 comments on commit 9b1fd63

Please sign in to comment.