diff --git a/MIT-LICENSE b/LICENSE similarity index 100% rename from MIT-LICENSE rename to LICENSE diff --git a/README.md b/README.md index 023179f..5ee9f26 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index c5753b4..7356da9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",