Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Porto committed Aug 16, 2020
1 parent c8a9d61 commit 7fec954
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7fec954

Please sign in to comment.