Skip to content

Commit a3f742c

Browse files
committedMar 4, 2021
Fix links
1 parent b9d6d48 commit a3f742c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ module.exports = {
124124

125125
## License and Copyright
126126

127-
This software is released under the terms of the [MIT license](https://github.com/rpominov/svgo-loader/blob/master/LICENSE).
127+
This software is released under the terms of the [MIT license](https://github.com/svg/svgo-loader/blob/master/LICENSE).

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/pozadi/svgo-loader.git"
11+
"url": "https://github.com/svg/svgo-loader.git"
1212
},
1313
"keywords": [
1414
"svgo",
1515
"webpack"
1616
],
17-
"author": "Roman Pominov <rpominov@gmail.com> (http://pozadi.github.io/)",
17+
"author": "Roman Pominov <rpominov@gmail.com>",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/pozadi/svgo-loader/issues"
20+
"url": "https://github.com/svg/svgo-loader/issues"
2121
},
22-
"homepage": "https://github.com/pozadi/svgo-loader",
22+
"homepage": "https://github.com/svg/svgo-loader",
2323
"devDependencies": {
2424
"file-loader": "^2.0.0",
2525
"webpack": "^4.17.2",

0 commit comments

Comments
 (0)
Please sign in to comment.