Skip to main content

Posts tagged “npm”

  1. How to Publish an Updated Version of an npm Package

    What’s typically involved in an npm version release? How can you determine the release process for an existing project? Can project maintainers do anything to make it easier for new contributors?

  2. How to Automatically Update Your JavaScript Dependencies

    One frustrating aspect of the modern JavaScript ecosystem is keeping all your dependencies up to date. Thankfully, there are automated tools that can handle this thankless task for you.

  3. How to Distribute a Pattern Library as an npm Package from a Private Git Repo

    So you’ve got a pattern library: Congratulations! The next step is making it possible for other people to use those patterns. You could simply provide download links for the CSS and other assets, but...

See all tags.