Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
feat(deps): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 6, 2016
1 parent 5c1fc3b commit c68704b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multistream-select",
"version": "0.10.0",
"description": "JavaScript implementation of the multistream spec",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
Expand Down Expand Up @@ -43,19 +43,18 @@
"dependencies": {
"babel-runtime": "^6.11.6",
"debug": "^2.2.0",
"interface-connection": "^0.1.8",
"interface-connection": "^0.2.1",
"lodash.isfunction": "^3.0.8",
"lodash.range": "^3.1.7",
"pull-handshake": "^1.1.3",
"pull-length-prefixed": "^1.0.0",
"pull-length-prefixed": "^1.1.0",
"pull-stream": "^3.4.3",
"varint": "^4.0.1"
},
"devDependencies": {
"aegir": "^6.0.0",
"aegir": "^8.0.0",
"chai": "^3.5.0",
"pre-commit": "^1.1.3",
"pull-length-prefixed": "^1.1.0",
"pull-pair": "^1.1.0",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4"
Expand Down

0 comments on commit c68704b

Please sign in to comment.