frptools / collectable

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
MIT License
273 stars 14 forks source link

Switch build package management from Yarn to NPM 5 #50

Closed axefrog closed 7 years ago

axefrog commented 7 years ago

NPM 5 seems pretty solid, and I'd like to see if it fixes the Travis build issue.

SimonMeskens commented 7 years ago

I'm having issues getting nodegit to work with Node8 and NPM5. I was about to downgrade my NPM and/or Node to get Collectable to install.

axefrog commented 7 years ago

Oh, just remove NodeGit. It was there for the CLI, which I never got around to implementing.

axefrog commented 7 years ago

Done. Removed NodeGit as well.