npm-git-update

Simple tool that updates modules not referenced from the npm repository

Usage no npm install needed!

<script type="module">
  import npmGitUpdate from 'https://cdn.skypack.dev/npm-git-update';
</script>

README

npm-git-update

npm-git-update is a simple command that reads in your package.json file and updates only the modules that have are not referenced from the npm repository. This is useful if you have a variety of private or in-development modules that your project depends on.