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

Commit

Permalink
Bumped dependencies and added support for 0.12 on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 9, 2015
1 parent 5cf5b0a commit bf38284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.10
- 0.12
services:
- redis-server
- mongodb
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "http://github.com/mcollina/mosca/issues"
},
"engines": {
"node": "0.10.x"
"node": ">=0.10.10 <0.13"
},
"keywords": [
"mqtt",
Expand All @@ -48,7 +48,7 @@
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"devDependencies": {
"async_bench": "~0.3.0",
"async_bench": "~0.4.0",
"chai": "^1.10.0",
"coveralls": "~2.11.1",
"dox-foundation": "~0.5.4",
Expand All @@ -67,7 +67,7 @@
"underscore": "^1.7.0"
},
"dependencies": {
"ascoltatori": "~0.19.0",
"ascoltatori": "~0.20.0",
"async": "~0.9.0",
"brfs": "1.3.0",
"browserify": "~8.1.1",
Expand Down

0 comments on commit bf38284

Please sign in to comment.