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

Commit 8b86473

Browse files
ArnaudValensidaviddias
authored andcommitted
fix: move 'pull-stream' from devDependencies to dependencies (#220)
'pull-stream' package is needed in dependencies because it is used in './src/limit-dialer/queue.js'.
1 parent 5274e87 commit 8b86473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"pre-commit": "^1.2.2",
5555
"pull-goodbye": "0.0.1",
5656
"peer-book": "~0.4.0",
57-
"pull-stream": "^3.5.0",
5857
"webrtcsupport": "^2.2.0"
5958
},
6059
"dependencies": {
@@ -70,7 +69,8 @@
7069
"once": "^1.4.0",
7170
"peer-id": "~0.8.7",
7271
"peer-info": "~0.9.2",
73-
"protocol-buffers": "^3.2.1"
72+
"protocol-buffers": "^3.2.1",
73+
"pull-stream": "^3.5.0"
7474
},
7575
"contributors": [
7676
"David Dias <[email protected]>",
@@ -87,4 +87,4 @@
8787
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
8888
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>"
8989
]
90-
}
90+
}

0 commit comments

Comments
 (0)