@icgc/dictionary-viewer
v1.0.13
Published
ICGC Dictionary Viewer
Downloads
23
Readme
The DCC docs site depends on this package for its dictionary viewer.
For the Docs site to receive updates, a new version of @icgc/dictionary-viewer will need to be published, and the dependency on the docs site will need to be updated.
An example for minor patch updates -
npm version patch
npm publish
The above commands will
- bump
package.json
's patch version by 1 - commit the change and push to github
- trigger the prepublish command which builds the package
- publish the new version to npm
After the new version is published, remember to update the dependency on the Docs site to receive the update