Skip to content

Commit c369afc

Browse files
committed
chore(webpack-loader)!: rename folder
1 parent a1a0a4a commit c369afc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

packages/json-map-keys-loader/README.md renamed to packages/webpack-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json-map-keys-loader
22

3-
> Webpack loader to replace json values with the keys path.
3+
Webpack loader to replace json values with the keys path.
44

55
Example:
66

File renamed without changes.

packages/json-map-keys-loader/package.json renamed to packages/webpack-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"type": "module",
55
"description": "Webpack loader to replace json values with the key path.",
6-
"homepage": "https://github.com/tiagoporto/json-map-keys/tree/main/packages/json-map-keys-loader#readme",
6+
"homepage": "https://github.com/tiagoporto/json-map-keys/tree/main/packages/webpack-loader#readme",
77
"keywords": [
88
"webpack",
99
"loader",
@@ -15,7 +15,7 @@
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/tiagoporto/json-map-keys.git",
18-
"directory": "packages/json-map-keys-loader"
18+
"directory": "packages/webpack-loader"
1919
},
2020
"funding": "https://github.com/sponsors/tiagoporto",
2121
"license": "MIT",

0 commit comments

Comments
 (0)