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:
Julien Fontanet 2017-10-18 17:52:58 +02:00
parent 5983ea32fd
commit 7412a6c01b
2 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
// TODO: remove once completely merged in vhd.js
import assert from 'assert'
import constantStream from 'constant-stream'
import eventToPromise from 'event-to-promise'
import fu from '@nraynaud/struct-fu'
import isEqual from 'lodash/isEqual'
import constantStream from './constant-stream'
import {
noop,
streamToBuffer