New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency to map-stream #99

Closed
davidbarton opened this Issue Aug 15, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@davidbarton

davidbarton commented Aug 15, 2016

Hi, package.json specifies dependency to "map-stream": "~0.1.0" which I am unable to find in repo https://github.com/dominictarr/map-stream.

My issue is that installed map-stream 0.1.0 has custom licence and map-stream 0.0.6 has MIT (preferable). Can you please take a look and update package dependency?

Reproduce

npm init -y
npm i --save map-stream@0.1.0
cat node_modules/map-stream/LICENCE
cat node_modules/map-stream/package.json
@right9ctrl

This comment has been minimized.

Collaborator

right9ctrl commented Sep 5, 2018

used map-stream@0.0.7

@right9ctrl right9ctrl closed this Sep 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment