File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ webpack.config.js
1414webpack.config.dev.js
1515webpack.config.prod.js
1616json-map-keys-loader- * .tgz
17+ parser.test.js
1718
1819.vscode /
1920@types /
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments