Skip to content

Commit 1c31581

Browse files
committed
Change to scoped package
1 parent 5b8f9b0 commit 1c31581

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
@@ -1,5 +1,5 @@
11
{
2-
"name": "html-inline-css-webpack-plugin",
2+
"name": "@rojoca/html-inline-css-webpack-plugin",
33
"version": "1.2.1",
44
"description": "A webpack plugin for convert external style sheet to internal style sheet",
55
"main": "./build/index.js",
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/Runjuu/html-inline-css-webpack-plugin.git"
12+
"url": "git+https://github.com/rojoca/html-inline-css-webpack-plugin.git"
1313
},
1414
"keywords": [
1515
"webpack",
@@ -25,9 +25,9 @@
2525
"author": "Runjuu",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/Runjuu/html-inline-css-webpack-plugin/issues"
28+
"url": "https://github.com/rojoca/html-inline-css-webpack-plugin/issues"
2929
},
30-
"homepage": "https://github.com/Runjuu/html-inline-css-webpack-plugin#readme",
30+
"homepage": "https://github.com/rojoca/html-inline-css-webpack-plugin#readme",
3131
"devDependencies": {
3232
"@types/webpack": "^4.4.0",
3333
"tslib": "^1.9.2",

0 commit comments

Comments
 (0)