From eefa0cfadba49f4189dd9d09a64c319ff69a7ff4 Mon Sep 17 00:00:00 2001 From: Mara Kim Date: Tue, 14 Feb 2017 15:41:10 -0600 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }