@uconn-its/building-codes
v2.11.0
Published
Building Code Utils for UConn Campuses
Downloads
108
Readme
building-codes
Centralized building codes for use in srvmon & microservices
Publishing
To publish an update to this package follow these steps;
- Make sure your git directory is clean by commiting or stashing all changes.
- Move the
.env.exampleto.envand change theNPMRC_TOKENvariable to a token with access to@uconn-its(Found in Arcanum underWebDev -- WebDev NPM Access Token). - Increment the package version by either manually changing the
package.jsonfile or runningnpm version <major/minor/patch>. - Publish the package to the registry by running
npm publish. (Note: If you get a 404 error, simply runnpm publishagain.)
