fix(constant-stream): move outside of node_modules
npm 5 correctly not package all node_modules entries, therefore breaking xo-server package. Stop doing this for the moment.
This commit is contained in:
parent
5983ea32fd
commit
7412a6c01b
@ -1,11 +1,11 @@
|
|||||||
// TODO: remove once completely merged in vhd.js
|
// TODO: remove once completely merged in vhd.js
|
||||||
|
|
||||||
import assert from 'assert'
|
import assert from 'assert'
|
||||||
import constantStream from 'constant-stream'
|
|
||||||
import eventToPromise from 'event-to-promise'
|
import eventToPromise from 'event-to-promise'
|
||||||
import fu from '@nraynaud/struct-fu'
|
import fu from '@nraynaud/struct-fu'
|
||||||
import isEqual from 'lodash/isEqual'
|
import isEqual from 'lodash/isEqual'
|
||||||
|
|
||||||
|
import constantStream from './constant-stream'
|
||||||
import {
|
import {
|
||||||
noop,
|
noop,
|
||||||
streamToBuffer
|
streamToBuffer
|
||||||
|
Loading…
Reference in New Issue
Block a user