We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e428e53 + 402e942 commit 7e55907Copy full SHA for 7e55907
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "compression-webpack-plugin",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"author": "Tobias Koppers @sokra",
5
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
6
"dependencies": {
7
"async": "0.2.x",
8
"webpack-sources": "^0.1.0"
9
},
10
"optionalDependencies": {
11
- "node-zopfli": "^1.3.4"
+ "node-zopfli": "^2.0.0"
12
13
"homepage": "http://github.com/webpack/compression-webpack-plugin",
14
"repository": {
0 commit comments