Skip to content

Commit 1411ae0

Browse files
committed
add temp repo README
1 parent fa1a429 commit 1411ae0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ module.exports = {
9797
};
9898
```
9999

100+
## Maybe a temp repo
101+
This maybe a temporary repository. Once ```extract-text-webpack-plugin``` merge my pull request, please stick to the origin repo.
102+
100103
## License
101104

102105
MIT (http://www.opensource.org/licenses/mit-license.php)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "extract-text-webpack-plugin",
2+
"name": "extract-text-webpack-plugin-steamer",
33
"version": "1.0.1",
44
"author": "Tobias Koppers @sokra",
55
"description": "Extract text from bundle into a file.",
@@ -24,10 +24,10 @@
2424
"style-loader": "^0.13.0",
2525
"webpack": "^1.12.2"
2626
},
27-
"homepage": "http://github.com/webpack/extract-text-webpack-plugin",
27+
"homepage": "http://github.com/lcxfs1991/extract-text-webpack-plugin",
2828
"repository": {
2929
"type": "git",
30-
"url": "http://github.com/webpack/extract-text-webpack-plugin.git"
30+
"url": "http://github.com/lcxfs1991/extract-text-webpack-plugin.git"
3131
},
3232
"license": "MIT",
3333
"scripts": {

0 commit comments

Comments
 (0)