File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ module.exports = {
97
97
};
98
98
```
99
99
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
+
100
103
## License
101
104
102
105
MIT (http://www.opensource.org/licenses/mit-license.php )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " extract-text-webpack-plugin" ,
2
+ "name" : " extract-text-webpack-plugin-steamer " ,
3
3
"version" : " 1.0.1" ,
4
4
"author" : " Tobias Koppers @sokra" ,
5
5
"description" : " Extract text from bundle into a file." ,
24
24
"style-loader" : " ^0.13.0" ,
25
25
"webpack" : " ^1.12.2"
26
26
},
27
- "homepage" : " http://github.com/webpack /extract-text-webpack-plugin" ,
27
+ "homepage" : " http://github.com/lcxfs1991 /extract-text-webpack-plugin" ,
28
28
"repository" : {
29
29
"type" : " git" ,
30
- "url" : " http://github.com/webpack /extract-text-webpack-plugin.git"
30
+ "url" : " http://github.com/lcxfs1991 /extract-text-webpack-plugin.git"
31
31
},
32
32
"license" : " MIT" ,
33
33
"scripts" : {
You can’t perform that action at this time.
0 commit comments