@uconn-its/building-codes
v2.6.0
Published
Building Code Utils for UConn Campuses
Downloads
63
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.example
to.env
and change theNPMRC_TOKEN
variable to a token with access to@uconn-its
(Found in LastPass underITS WebDev -- NPM/uconn-its NPM Access Token
). - Increment the package version by either manually changing the
package.json
file 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 publish
again.)