Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Apr 10, 2015
1 parent dcb3c07 commit 868cb1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"test": "grunt && mocha -R spec --timeout 5000"
},
"dependencies": {
"async": "^0.9.0",
"browserify": "^9.0.3",
"glob": "^5.0.3",
"async": "^0.9.2",
"browserify": "^9.0.8",
"glob": "^5.0.5",
"lodash": "^3.6.0",
"resolve": "^1.1.6",
"watchify": "^3.0.0"
"watchify": "^3.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.1",
"mocha": "^2.2.1",
"mocha": "^2.2.4",
"sinon": "^1.14.1"
},
"keywords": [
Expand Down

0 comments on commit 868cb1a

Please sign in to comment.