Skip to content

Commit

Permalink
Merge pull request #372 from ntwb/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tleunen committed Dec 29, 2015
2 parents 08d7416 + 6251c5c commit c2d2a25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"test": "grunt && mocha -R spec --timeout 5000"
},
"dependencies": {
"async": "^0.9.0",
"browserify": "^11.0.1",
"glob": "^5.0.5",
"lodash": "^3.8.0",
"async": "^1.5.0",
"browserify": "^12.0.1",
"glob": "^6.0.3",
"lodash": "^3.10.1",
"resolve": "^1.1.6",
"watchify": "^3.3.1"
"watchify": "^3.6.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"mocha": "^2.2.4",
"sinon": "^1.14.1"
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit c2d2a25

Please sign in to comment.