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 Jan 16, 2016
1 parent 7586b5a commit 7424189
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huejay",
"version": "1.0.0",
"version": "1.0.1",
"description": "Philips Hue client for Node.js",
"keywords": [
"hue",
Expand All @@ -23,15 +23,15 @@
"test": "mocha"
},
"dependencies": {
"moment": "2.10.6",
"moment": "2.11.1",
"axios": "0.8.1",
"sprintf-js": "1.0.3"
},
"devDependencies": {
"mocha": "2.3.2",
"chai": "3.2.0",
"chai-as-promised": "5.1.0",
"sinon": "1.17.0",
"mocha": "2.3.4",
"chai": "3.4.1",
"chai-as-promised": "5.2.0",
"sinon": "1.17.2",
"mockery": "1.4.0"
}
}

0 comments on commit 7424189

Please sign in to comment.