Remove now-unused stream-to-promise dependency

This commit is contained in:
Tim Perry 2018-04-11 19:30:29 +02:00
parent e0bcb5e0b9
commit 0e5f2fe748

View File

@ -85,7 +85,6 @@
}, },
"dependencies": { "dependencies": {
"@resin.io/valid-email": "^0.1.0", "@resin.io/valid-email": "^0.1.0",
"@types/stream-to-promise": "^2.2.0",
"ansi-escapes": "^2.0.0", "ansi-escapes": "^2.0.0",
"any-promise": "^1.3.0", "any-promise": "^1.3.0",
"archiver": "^2.1.0", "archiver": "^2.1.0",
@ -152,7 +151,6 @@
"rindle": "^1.0.0", "rindle": "^1.0.0",
"semver": "^5.3.0", "semver": "^5.3.0",
"split": "^1.0.1", "split": "^1.0.1",
"stream-to-promise": "^2.2.0",
"string-width": "^2.1.1", "string-width": "^2.1.1",
"strip-ansi-stream": "^1.0.0", "strip-ansi-stream": "^1.0.0",
"tar-stream": "^1.5.5", "tar-stream": "^1.5.5",