do not have readable-stream as a dev dep since #12 adds it a prod dep
This commit is contained in:
parent
12c824e1c3
commit
5c3a3b469d
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "~0.4.6",
|
"tap": "~0.4.6",
|
||||||
"concat-stream": "~1.2.1",
|
"concat-stream": "~1.2.1"
|
||||||
"readable-stream": "~1.1.9"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tap test/*.js"
|
"test": "tap test/*.js"
|
||||||
|
|
Loading…
Reference in a new issue