Publish new version to npm
See original GitHub issueSince dependancy on dom-event
was removed, it would be good to also push new version to npm.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Updating your published package version number - npm Docs
To change the version number in package.json , on the command line, in the package root directory, run the following command, replacing <update_type>...
Read more >How to Publish an Updated Version of an npm Package
The easiest way to update your version number is to use the handy npm version command. This will automatically update the version number...
Read more >How do I update an NPM module that I published?
Go to your package page (https://npmjs.com/package/) to check that the package version has been updated. Share.
Read more >How to publish packages to npm (the way the industry does ...
Run tests (if there are any) · Update version in package.json according to Semver · Create a git tag according to Semver ·...
Read more >Publishing a beta or alpha version to NPM | by Kevin Kreuzer
You can run npm version 3.1.0-beta.0 to update package.json and create a git tag in one go (see https://docs.npmjs.com ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://www.npmjs.com/package/combokeys still says 2.4.4.
Thank you @winhamwr!