HaloSPV3 / HCE

HCE & SPV3 projects by Miris 'n' Crew.
https://source.n2.network/hce/
13 stars 0 forks source link

chore: move NPM package management to HCE.Shared #252

Open BinToss opened 2 years ago

BinToss commented 2 years ago

The npm package manifest needs to be distributed to the other projects via a node package repo or as a git submodule.

BinToss commented 2 years ago

See HaloSPV3/HCE.Shared

BinToss commented 1 year ago

"Jon Church" made a blog post detailing the most preferable solution we can use. Use Github branch as dependency in package.json

All projects which utilize all or just a portion of this repo's dev-deps will remove every dependency and dev dependency from their package.json and instead...

npm install --save-dev HaloSPV3/HCE.Shared#main