Skip to content

Commit 7fec954

Browse files
author
Tiago Porto
committed
Bump version
1 parent c8a9d61 commit 7fec954

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ webpack.config.js
1414
webpack.config.dev.js
1515
webpack.config.prod.js
1616
json-map-keys-loader-*.tgz
17+
parser.test.js
1718

1819
.vscode/
1920
@types/

package.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"name": "json-map-keys-loader",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
4+
"description": "Webpack loader to replace json values with the key path.",
5+
"homepage": "https://github.com/tiagoporto/json-map-keys-loader",
6+
"keywords": [
7+
"webpack",
8+
"loader",
9+
"json",
10+
"key",
11+
"i18n"
12+
],
13+
"author": {
14+
"name": "Tiago Porto",
15+
"url": "http://tiagoporto.com"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/tiagoporto/json-map-keys-loader.git"
20+
},
421
"main": "./index.js",
22+
"license": "MIT",
523
"scripts": {
624
"lint": "",
725
"test": "jest",

0 commit comments

Comments
 (0)