Skip to content

Commit f585946

Browse files
author
Ian Craggs
committed
Merge branch 'develop'
2 parents c40602f + 438c494 commit f585946

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: 5
2+
node_js: 8
33
before_install:
44
- ./start-broker.sh
55
script:

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"license": "EPL-1.0",
1111
"devDependencies": {
1212
"dotenv": "^4.0.0",
13-
"eslint": "^4.12.1",
14-
"jasmine-node": "1.14.x",
15-
"jsdoc": "^3.5.5",
13+
"eslint": "^4.19.1",
14+
"jasmine-node": "^3.0.0",
15+
"jsdoc": "^3.6.2",
1616
"node-localstorage": "1.3.x",
1717
"websocket": "1.x.x"
1818
}

0 commit comments

Comments
 (0)