Skip to content

Commit

Permalink
GitHub #1 - Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Jun 14, 2016
1 parent 04e18af commit 02eebc4
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
@@ -1,6 +1,6 @@
{
"name": "huejay",
"version": "1.1.3",
"version": "1.1.4",
"description": "Philips Hue client for Node.js",
"keywords": [
"hue",
Expand All @@ -24,14 +24,14 @@
},
"dependencies": {
"moment": "~2.13.0",
"axios": "~0.11.0",
"axios": "~0.12.0",
"sprintf-js": "~1.0.3"
},
"devDependencies": {
"mocha": "~2.4.5",
"mocha": "~2.5.3",
"chai": "~3.5.0",
"chai-as-promised": "~5.3.0",
"sinon": "~1.17.2",
"mockery": "~1.6.0"
"mockery": "~1.7.0"
}
}

0 comments on commit 02eebc4

Please sign in to comment.