Skip to content

Commit

Permalink
Add npmignore rule (#20)
Browse files Browse the repository at this point in the history
* Add npmignore rule

* Add .npmignore rule
  • Loading branch information
aralroca authored Dec 11, 2019
1 parent b0da772 commit f49c9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "0.1.2",
"version": "0.1.3",
"description": "Next.js utility to translate pages without the need of a server (static i18n pages generator).",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit f49c9d2

Please sign in to comment.