Latest version is not published on npm yet.
See original GitHub issueThank you for your great job.
It seems that the latest v1.2.4 module (fixed #111) is not published on npm yet.
Could you publish the latest version to npmand release on GitHub ?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top Results From Across the Web
New version of package is published but does not show up on ...
I have issue with publishing my new version to npm. I saw this question: I published one package on npm, but it's not...
Read more >Don't update latest when the published version is not ... - GitHub
A possible workaround which I did not try yet: In the git branch for the old major version, update package.json and add "publishConfig":...
Read more >Updating your published package version number - npm Docs
Go to your package page ( https://npmjs.com/package/<package> ) to check that the package version has been updated. For more information on npm version...
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 >Frequently Asked Questions - semantic-release
The package.json 's version will be updated by the semantic-release command just before publishing to npm ...
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 Free
Top 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

also just a heads up on that globby issue referenced, if I recall that might make it behave differently on windows. I had to deal with that regression on another project of mine, create-phaser-app, so you can’t just pull it in I need to make some code changes in the globs.
like I had to change my globs in there to look like this:
the .replace was the important part and also using posix, too. Not a huge deal since I know how to fix it but wanted to explain why that wasn’t in yet.
One year later, still not published ?