Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Feb 14, 2017
1 parent e801fa4 commit eefa0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,6 +10,6 @@
"author": "Mara Kim",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^1.0.1"
"archiver": "^1.3.0"
}
}

0 comments on commit eefa0cf

Please sign in to comment.