Skip to content

Commit

Permalink
update dependencies, bump version
Browse files Browse the repository at this point in the history
mblackstock committed Sep 30, 2018
1 parent 5e2a109 commit 496c709
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-influxdb",
"version": "0.2.1",
"version": "0.2.2",
"description": "Node-RED nodes to save and query data from an influxdb time series database",
"main": "influxdb.js",
"scripts": {
@@ -27,6 +27,6 @@
},
"dependencies": {
"influx": "5.0.7",
"lodash": "^3.10.0"
"lodash": "4.17.11"
}
}

0 comments on commit 496c709

Please sign in to comment.