Skip to content

Commit 41ad793

Browse files
committed
update deps
1 parent d811d39 commit 41ad793

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "0.12"
3+
- "4.2"
54
notifications:
65
email: true
76
after_success: "npm run coveralls"

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"node": ">=0.10.0"
1414
},
1515
"dependencies": {
16-
"underscore": "1.8.3",
17-
"node-uuid": "1.4.6",
18-
"moduleconfig": "1.1.0"
16+
"underscore": "^1.8.3",
17+
"node-uuid": "^1.4.7",
18+
"moduleconfig": "^2.0.0"
1919
},
2020
"scripts": {
2121
"test": "istanbul cover _mocha",
2222
"coveralls": "cat ./coverage/lcov.info | coveralls"
2323
},
2424
"devDependencies": {
25-
"chai": "3.4.1",
26-
"coveralls": "2.11.4",
27-
"istanbul": "0.4.0",
28-
"mocha": "2.3.3",
29-
"mocha-jshint": "2.2.3",
30-
"request": "2.64.0",
31-
"sinon": "1.17.1",
32-
"sinon-chai": "2.8.0"
25+
"chai": "^3.5.0",
26+
"coveralls": "^2.11.6",
27+
"istanbul": "^0.4.2",
28+
"mocha": "^2.4.5",
29+
"mocha-jshint": "^2.3.1",
30+
"request": "^2.69.0",
31+
"sinon": "^1.17.3",
32+
"sinon-chai": "^2.8.0"
3333
},
3434
"readmeFilename": "readme.md",
3535
"gitHead": "985c718ebf69fc91205c6c40d0a46ce49c717f2b",

0 commit comments

Comments
 (0)