1.1.0 • Published 6 years ago

@planet/menu v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

@planet/menu

Publishing a new release

Publishing a new release involves creating a git tag and publishing the package to the npm registry.

Tag a new minor version (substitute major or patch as appropropriate), push the tag, and publish to npm:

npm version minor
git push --tags
npm publish