Publish to npm registry
See original GitHub issueSince you have a package.json, you should probably publish your package to the registry, so browserify users can npm install
your package and use it properly.
You should add a repository
field (pointing to your github repo) and main
field (pointing to the minified version of your script) in package.json.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:3
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Creating and publishing scoped public packages - npm Docs
On the command line, navigate to the root directory of your package. cd /path/to/package ; To publish your scoped public package to the...
Read more >How to publish packages to npm (the way the industry does ...
The way the industry publishes (and updates) packages. · Run tests (if there are any) · Update version in package.json according to Semver...
Read more >How to Publish Your First npm Package | by Bret Cameron
Once you're up-and-running, publishing an npm package can be as easy as typing npm publish into the terminal. But setting up your package ......
Read more >Working with the npm registry - GitHub Docs
Publishing a package using a local .npmrc file · Authenticate to GitHub Packages. · In the same directory as your package. · Add...
Read more >Publish your own NPM package - Daily Dev Tips
You can make your own package on the NPM registry a how-to guide.
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
What’s the status on this one @kennethcachia ?
@kennethcachia possible to publish on npm ? Thanks !