Skip to content

Commit 2261c6e

Browse files
committed
change urls
1 parent 49fcff3 commit 2261c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"description": "Injecting css chunks extracted using extract-css-chunks-webpack-plugin to HTML for html-webpack-plugin Edit",
55
"main": "lib/index.js",
6+
"author": "Michael Manukyan <michael@teamable.com> (https://github.com/mike1808)",
67
"dependencies": {},
78
"devDependencies": {
89
"babel-core": "^6.26.0",
@@ -25,7 +26,7 @@
2526
},
2627
"repository": {
2728
"type": "git",
28-
"url": "git+https://github.com/mike1808/css-chunks-html-webpack-plugin.git"
29+
"url": "git+https://github.com/teamable-software/css-chunks-html-webpack-plugin.git"
2930
},
3031
"keywords": [
3132
"webpack",
@@ -35,10 +36,9 @@
3536
"css-chunks",
3637
"code-splitting"
3738
],
38-
"author": "mike1808",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/mike1808/css-chunks-html-webpack-plugin/issues"
41+
"url": "https://github.com/teamable-software/css-chunks-html-webpack-plugin/issues"
4242
},
43-
"homepage": "https://github.com/mike1808/css-chunks-html-webpack-plugin#readme"
43+
"homepage": "https://github.com/teamable-software/css-chunks-html-webpack-plugin#readme"
4444
}

0 commit comments

Comments
 (0)