File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ webpack.config.js
14
14
webpack.config.dev.js
15
15
webpack.config.prod.js
16
16
json-map-keys-loader- * .tgz
17
+ parser.test.js
17
18
18
19
.vscode /
19
20
@types /
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
4
21
"main" : " ./index.js" ,
22
+ "license" : " MIT" ,
5
23
"scripts" : {
6
24
"lint" : " " ,
7
25
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments