Skip to content

Commit

Permalink
Dependency updates, updated Travis build descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Dec 6, 2016
1 parent 03c0ef8 commit de4cf83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "0.10"
- "4"
- "5"
- "6"
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

* 20161207, V0.0.16
* Dependency updates
* Revised README
* Updated Travis build descriptor

* 20160831, V0.0.15
* Feature: Added method to access history data (contributed by @mattjgalloway)
* Updated README and demo.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"Edimax"
],
"dependencies": {
"bluebird": "^3.4.5",
"bluebird": "^3.4.6",
"lodash.assign": "^4.2.0",
"lodash.isundefined": "^3.0.1",
"lodash.parseint": "^4.0.2",
"xmldom": "^0.1.22",
"xmldom": "^0.1.27",
"xpath": "0.0.23"
}
}

0 comments on commit de4cf83

Please sign in to comment.