Skip to content

Commit d630a4e

Browse files
committed
Make it obvious that this is a fork in readme
1 parent 3a2734e commit d630a4e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Fork of: https://github.com/Runjuu/html-inline-css-webpack-plugin
2+
13
# html-inline-css-webpack-plugin
24
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
35
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Runjuu/html-inline-css-webpack-plugin/pulls)

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": "html-inline-css-webpack-plugin-wdd",
33
"version": "1.3.2",
44
"description": "☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet",
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/wilddogdesign/html-inline-css-webpack-plugin.git"
1313
},
1414
"keywords": [
1515
"webpack",
@@ -26,9 +26,9 @@
2626
"author": "Runjuu",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/Runjuu/html-inline-css-webpack-plugin/issues"
29+
"url": "https://github.com/wilddogdesign/html-inline-css-webpack-plugin/issues"
3030
},
31-
"homepage": "https://github.com/Runjuu/html-inline-css-webpack-plugin#readme",
31+
"homepage": "https://github.com/wilddogdesign/html-inline-css-webpack-plugin#readme",
3232
"devDependencies": {
3333
"@types/webpack": "^4.4.0",
3434
"tslib": "^1.9.2",

0 commit comments

Comments
 (0)