File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " compression-webpack-plugin" ,
3- "version" : " 0.1.2 " ,
4- "author" : " Tobias Koppers @sokra" ,
5- "description" : " Prepare compressed versions of assets to serve them with Content-Encoding" ,
6- "peerDependencies" : {
7- "webpack" : " >=0.11 <2"
8- },
9- "dependencies" : {
10- "async" : " 0.2.x"
11- },
12- "homepage" : " http://github.com/webpack/compression-webpack-plugin" ,
13- "repository" : {
14- "type" : " git" ,
15- "url" : " http://github.com/webpack/compression-webpack-plugin.git"
16- },
17- "licenses" : [
18- {
19- "type" : " MIT" ,
20- "url" : " http://www.opensource.org/licenses/mit-license.php"
21- }
22- ]
23- }
2+ "name" : " compression-webpack-plugin" ,
3+ "version" : " 0.2.0 " ,
4+ "author" : " Tobias Koppers @sokra" ,
5+ "description" : " Prepare compressed versions of assets to serve them with Content-Encoding" ,
6+ "peerDependencies" : {
7+ "webpack" : " >=0.11 <2"
8+ },
9+ "dependencies" : {
10+ "async" : " 0.2.x"
11+ },
12+ "homepage" : " http://github.com/webpack/compression-webpack-plugin" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " http://github.com/webpack/compression-webpack-plugin.git"
16+ },
17+ "licenses" : [
18+ {
19+ "type" : " MIT" ,
20+ "url" : " http://www.opensource.org/licenses/mit-license.php"
21+ }
22+ ]
23+ }
You can’t perform that action at this time.
0 commit comments