Skip to content

Commit 9a6a85a

Browse files
committed
0.2.0
1 parent 64523c6 commit 9a6a85a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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+
}

0 commit comments

Comments
 (0)