diff --git a/.npmignore b/.npmignore index caf8946..762a5fb 100644 --- a/.npmignore +++ b/.npmignore @@ -14,6 +14,7 @@ webpack.config.js webpack.config.dev.js webpack.config.prod.js json-map-keys-loader-*.tgz +parser.test.js .vscode/ @types/ diff --git a/package.json b/package.json index a015fa4..fa22dcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,25 @@ { "name": "json-map-keys-loader", - "version": "1.0.0-alpha.0", + "version": "1.0.0", + "description": "Webpack loader to replace json values with the key path.", + "homepage": "https://github.com/tiagoporto/json-map-keys-loader", + "keywords": [ + "webpack", + "loader", + "json", + "key", + "i18n" + ], + "author": { + "name": "Tiago Porto", + "url": "http://tiagoporto.com" + }, + "repository": { + "type": "git", + "url": "https://github.com/tiagoporto/json-map-keys-loader.git" + }, "main": "./index.js", + "license": "MIT", "scripts": { "lint": "", "test": "jest",