Skip to content

Commit

Permalink
adding in coveralls badge to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblw committed Apr 3, 2016
1 parent 4e624c9 commit 9fa764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NPM remove outdated

[![Build Status](https://travis-ci.org/jcblw/npm-remove-outdated.svg?branch=master)](https://travis-ci.org/jcblw/npm-remove-outdated)
[![Build Status](https://travis-ci.org/jcblw/npm-remove-outdated.svg?branch=master)](https://travis-ci.org/jcblw/npm-remove-outdated) [![Coverage Status](https://coveralls.io/repos/github/jcblw/npm-remove-outdated/badge.svg?branch=master)](https://coveralls.io/github/jcblw/npm-remove-outdated?branch=master)

This is a utility that will remove outdated dependencies from your `node_modules`. The reason why this was built is to allow deploy environments easier ways to cache their packages. Right now if you run `npm install` with a shrink wrap file and you have outdated cached node modules nothing will happen because it assumes the package installed is the correct version of the package. All this script does is check the version of the installed packages against the versions in the shrink-wrap and removes the folder to make `npm install` treat that as a dependency that has not been installed yet.

Expand Down

0 comments on commit 9fa764c

Please sign in to comment.