avn-types
v1.2.2
Published
custom types for AvN
Downloads
363
Readme
Updating with new types
From the root of the project:
- Update the versioned types in
index.js
, following the existing pattern in that file - Increment the minor version in
package.json
(eg: 1.0.0 -> 1.1.0 ) - Run
npm i
to update thepackage-lock.json
file - Login to npm (
npm login
) using the aventus npm account info in Lastpass and Google Authenticator 2FA - Do
npm publish
Finally, run npm i
in any projects requiring avn-types in order to update to the lastest types