Skip to content
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

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

Open
BinToss opened this issue Nov 10, 2021 · 2 comments
Open

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

BinToss opened this issue Nov 10, 2021 · 2 comments
Assignees

Comments

@BinToss
Copy link
Member

BinToss commented Nov 10, 2021

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

@BinToss BinToss changed the title chore: move central package.json to Shared branch chore: improve usage of central package.json in Shared branch Nov 11, 2021
@BinToss
Copy link
Member Author

BinToss commented Nov 27, 2021

See HaloSPV3/HCE.Shared

@BinToss BinToss self-assigned this Nov 27, 2021
@BinToss
Copy link
Member Author

BinToss commented May 25, 2023

"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

@BinToss BinToss changed the title chore: improve usage of central package.json in Shared branch chore: move NPM package management to HCE.Shared May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant