Skip to content

Commit

Permalink
Make some changes in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Apr 24, 2017
1 parent edfb874 commit fe9f64e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Isolated I18N modules for your components. Like CSS modules but for i18n ;)

```
npm install --save i18n-modules
```

## Benefits

* No more large files with translations for the whole website.
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-modules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Isolated I18N modules",
"license": "MIT",
"homepage": "https://github.com/VodkaBears/i18n-modules",
Expand All @@ -25,6 +25,12 @@
"modules"
],
"main": "lib/index.js",
"files": [
"lib",
"src",
"*.md",
"LICENSE"
],
"scripts": {
"clean": "rm -rf example/build && rm -rf lib",
"build": "babel src --out-dir lib",
Expand Down

0 comments on commit fe9f64e

Please sign in to comment.