hypevision-common-core
v1.0.92
Published
Common code for hypevision service packages.
Downloads
23
Readme
hypevision-common-core
Common functions, classes, and constants for HypeVision projects
requirements
- npm CLI
- npm account access to push to repository (ask your admin for this)
Update instructions
- Make code change
- Increase package version in package.json file
- run
npm publish
- run
npm update hypevision-common-core
in the other package that is using this as the dependency - run
npm install
in the other package that is using this as a dependency.