Skip to content

Commit

Permalink
feat: don't pin dependency requirements (#88)
Browse files Browse the repository at this point in the history
Fixes #87.
  • Loading branch information
malept committed Mar 25, 2020
1 parent 2a8df24 commit 8285111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -18,10 +18,10 @@
"extract"
],
"dependencies": {
"concat-stream": "1.6.2",
"debug": "2.6.9",
"mkdirp": "0.5.4",
"yauzl": "2.4.1"
"concat-stream": "^1.6.2",
"debug": "^2.6.9",
"mkdirp": "^0.5.4",
"yauzl": "^2.10.0"
},
"devDependencies": {
"rimraf": "^2.2.8",
Expand Down

0 comments on commit 8285111

Please sign in to comment.