Skip to content

Commit

Permalink
Upgrade dependencies + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OronNadiv committed Jul 2, 2018
1 parent 428eb0d commit bf019cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "lts/*"
- "node"

Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "home-automation-pubnub",
"version": "0.5.0",
"version": "0.6.0",
"description": "PubNub wrapper for the Home Automation project.",
"author": "Oron Nadiv <oron@nadiv.us> (https://github.com/OronNadiv/)",
"homepage": "https://github.com/OronNadiv/home-automation-pubnub/",
Expand All @@ -13,8 +13,8 @@
},
"license": "AGPL-3.0",
"engines": {
"node": ">=4 <10",
"npm": ">=2 <6"
"node": ">=6 <10",
"npm": ">=3 <6"
},
"main": "dist/index.js",
"scripts": {
Expand All @@ -32,28 +32,29 @@
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"diehard": "^1.5.2",
"joi-browser": "^13.0.1",
"joi-browser": "^13.4.0",
"md5": "^2.2.1",
"pubnub": "^4.20.1",
"uuid": "^3.2.1"
"pubnub": "^4.21.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"ajv": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"chance": "^1.0.13",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.18.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.1.0",
"nyc": "^11.5.0",
"chance": "^1.0.16",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2"
},
"babel": {
Expand Down

0 comments on commit bf019cc

Please sign in to comment.