Skip to content

Commit

Permalink
Bump to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Irigoyen committed Jul 8, 2018
1 parent 7f43952 commit d40f63f
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
@@ -1,6 +1,6 @@
{
"name": "homeassistant",
"version": "0.1.4",
"version": "0.1.5",
"description": "Home Assistant Node.js library",
"main": "lib/HomeAssistant.js",
"scripts": {
Expand All @@ -23,12 +23,12 @@
},
"homepage": "https://github.com/goyney/homeassistant_node#readme",
"devDependencies": {
"chai": "~4.1.2",
"mocha": "~5.2.0",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rewire": "^4.0.1"
},
"dependencies": {
"moment": "~2.22.2",
"request": "~2.87.0"
"moment": "^2.22.2",
"request": "^2.87.0"
}
}

0 comments on commit d40f63f

Please sign in to comment.