Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit bf38284

Browse files
committed
Bumped dependencies and added support for 0.12 on travis.
1 parent 5cf5b0a commit bf38284

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- 0.10
4+
- 0.12
45
services:
56
- redis-server
67
- mongodb

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "http://github.com/mcollina/mosca/issues"
3131
},
3232
"engines": {
33-
"node": "0.10.x"
33+
"node": ">=0.10.10 <0.13"
3434
},
3535
"keywords": [
3636
"mqtt",
@@ -48,7 +48,7 @@
4848
"author": "Matteo Collina <hello@matteocollina.com>",
4949
"license": "MIT",
5050
"devDependencies": {
51-
"async_bench": "~0.3.0",
51+
"async_bench": "~0.4.0",
5252
"chai": "^1.10.0",
5353
"coveralls": "~2.11.1",
5454
"dox-foundation": "~0.5.4",
@@ -67,7 +67,7 @@
6767
"underscore": "^1.7.0"
6868
},
6969
"dependencies": {
70-
"ascoltatori": "~0.19.0",
70+
"ascoltatori": "~0.20.0",
7171
"async": "~0.9.0",
7272
"brfs": "1.3.0",
7373
"browserify": "~8.1.1",

0 commit comments

Comments
 (0)