Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
fix: move 'pull-stream' from devDependencies to dependencies (#220)
Browse files Browse the repository at this point in the history
'pull-stream' package is needed in dependencies because it is used in './src/limit-dialer/queue.js'.
  • Loading branch information
ArnaudValensi authored and daviddias committed Jul 7, 2017
1 parent 5274e87 commit 8b86473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"pre-commit": "^1.2.2",
"pull-goodbye": "0.0.1",
"peer-book": "~0.4.0",
"pull-stream": "^3.5.0",
"webrtcsupport": "^2.2.0"
},
"dependencies": {
Expand All @@ -70,7 +69,8 @@
"once": "^1.4.0",
"peer-id": "~0.8.7",
"peer-info": "~0.9.2",
"protocol-buffers": "^3.2.1"
"protocol-buffers": "^3.2.1",
"pull-stream": "^3.5.0"
},
"contributors": [
"David Dias <[email protected]>",
Expand All @@ -87,4 +87,4 @@
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>"
]
}
}

0 comments on commit 8b86473

Please sign in to comment.