Skip to content

Commit 7e55907

Browse files
author
Jason Palmer
authored
Merge pull request #34 from robertbachmann/update_node_zopfli
Update node-zopfli version
2 parents e428e53 + 402e942 commit 7e55907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "compression-webpack-plugin",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Tobias Koppers @sokra",
55
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
66
"dependencies": {
77
"async": "0.2.x",
88
"webpack-sources": "^0.1.0"
99
},
1010
"optionalDependencies": {
11-
"node-zopfli": "^1.3.4"
11+
"node-zopfli": "^2.0.0"
1212
},
1313
"homepage": "http://github.com/webpack/compression-webpack-plugin",
1414
"repository": {

0 commit comments

Comments
 (0)