node-slug icon indicating copy to clipboard operation
node-slug copied to clipboard

Dependency chain preventing use on node 6 - get rid of bufferjs all the way at the bottom

Open anyong opened this issue 9 years ago • 1 comments

node-slug > unicode > bufferstream > bufferjs

bufferjs last updated 4 years ago, it adds all of ~90 apparently deprecated lines of code. @dodo since you are managing all the packages between this and that, is there any reason you can't simply include something else? My entire app failing to install because of slug (because of unicode (because of bufferstream (because of bufferjs))) is pretty annoying =/

https://github.com/coolaj86/node-bufferjs/issues/13

anyong avatar Jun 03 '16 05:06 anyong

bufferjs has been updated, it should work now

Zertz avatar Jun 08 '16 22:06 Zertz