Skip to content

Commit

Permalink
docs: update URL about NPM in plugin developer guide (#7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtekson authored May 28, 2020
1 parent 1d09819 commit 25f7bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLUGIN-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ And most importantly, keep it simple. Leaflet is all about *simplicity*.

NPM (Node Packaged Modules) is a package manager and code repository for JavaScript. Publishing your module on NPM allows other developers to quickly find and install your plugin as well as any other plugins it depends on.

NPM has an excellent [developers guide](https://www.npmjs.org/doc/misc/npm-developers.html) to help you through the process.
NPM has an excellent [developers guide](https://docs.npmjs.com/using-npm/developers.html) to help you through the process.

When you publish your plugin you should add a dependency on `leaflet` to your `package.json` file. This will automatically install Leaflet when your package is installed.

Expand Down

0 comments on commit 25f7bbb

Please sign in to comment.