Skip to content

Commit

Permalink
update dependencies (#1002)
Browse files Browse the repository at this point in the history
commander 2.19.0
grunt-contrib-uglify 4.0.1
gruntify-eslint 5.0.0
uglify-js 3.5.1
  • Loading branch information
alexlamsl committed Mar 22, 2019
1 parent 5494091 commit 862d6a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
"dependencies": {
"camel-case": "3.0.x",
"clean-css": "4.2.x",
"commander": "2.17.x",
"commander": "2.19.x",
"he": "1.2.x",
"param-case": "2.1.x",
"relateurl": "0.2.x",
"uglify-js": "3.4.x"
"uglify-js": "3.5.x"
},
"devDependencies": {
"grunt": "1.0.x",
"grunt-browserify": "5.3.x",
"grunt-contrib-uglify": "3.4.x",
"gruntify-eslint": "4.0.x",
"grunt-contrib-uglify": "4.0.x",
"gruntify-eslint": "5.0.x",
"phantomjs-prebuilt": "2.1.x",
"qunit": "2.x"
},
Expand Down

0 comments on commit 862d6a4

Please sign in to comment.