Skip to content

Commit 494cf68

Browse files
committed
Updated deps.
1 parent 06e0465 commit 494cf68

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- iojs-1
6-
- iojs-2
5+
- "4"
6+
- "6"
77
script:
88
- npm run coverage
99
- npm run publish-coverage

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"author": "Matteo Collina <hello@matteocollina.com>",
3131
"license": "MIT",
3232
"dependencies": {
33-
"cli": "^0.6.5",
34-
"concat-stream": "~1.4.6",
33+
"cli": "^0.11.2",
34+
"concat-stream": "~1.5.1",
3535
"end-of-stream": "^1.1.0",
36-
"glob": "^5.0.3",
36+
"glob": "^7.0.5",
3737
"level": "^1.1.0",
3838
"mkdirp": "^0.5.0",
39-
"n3": "^0.4.3",
39+
"n3": "^0.5.0",
4040
"progress-stream": "^1.0.1",
41-
"readable-stream": ">= 1.1.13 < 2.0.0"
41+
"readable-stream": "^2.1.4"
4242
},
4343
"peerDependencies": {
4444
"levelgraph": ">= 1.0 < 2.0"
@@ -47,11 +47,11 @@
4747
"mocha": "~2.2.1",
4848
"levelgraph": "^1.0.0",
4949
"level-test": "^2.0.0",
50-
"chai": "~1.10.0",
50+
"chai": "~3.5.0",
5151
"coveralls": "~2.11.2",
52-
"istanbul": "~0.3.2",
53-
"zuul": "~3.0.0",
54-
"browserify": "~10.2.4",
55-
"uglify-js": "~2.4.15"
52+
"istanbul": "~0.4.4",
53+
"zuul": "~3.10.0",
54+
"browserify": "~13.0.1",
55+
"uglify-js": "~2.7.0"
5656
}
5757
}

0 commit comments

Comments
 (0)