question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish to npm registry

See original GitHub issue

Since 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:open
  • Created 9 years ago
  • Reactions:3
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
KasperAnderssoncommented, Jun 1, 2016

What’s the status on this one @kennethcachia ?

4reactions
Aarbelcommented, May 30, 2019

@kennethcachia possible to publish on npm ? Thanks !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found