diff --git a/package.json b/package.json index 3307ae7..6e8fb0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-archive-plugin", - "version": "2.0.0", + "version": "3.0.0", "description": "Webpack plugin to create archives of emitted files", "repository": "git+https://github.com/autochthe/webpack-archive-plugin.git", "main": "index.js", @@ -10,6 +10,6 @@ "author": "Mara Kim", "license": "GPL-3.0", "dependencies": { - "archiver": "^1.0.1" + "archiver": "^1.3.0" } }