Skip to content

Commit

Permalink
update & fix dependencies (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Oct 5, 2019
1 parent 70bb304 commit bde7418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -23,12 +23,12 @@
"LICENSE"
],
"dependencies": {
"commander": "~2.20.0",
"commander": "2.20.0",
"source-map": "~0.6.1"
},
"devDependencies": {
"acorn": "~6.1.1",
"semver": "~6.0.0"
"acorn": "~7.1.0",
"semver": "~6.3.0"
},
"scripts": {
"test": "node test/compress.js && node test/mocha.js"
Expand Down

0 comments on commit bde7418

Please sign in to comment.