Skip to content

Commit

Permalink
docs(README): remove NSP badge (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Blankenship committed Oct 9, 2017
1 parent e8efd6c commit f7126f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -23,7 +23,6 @@ NSP := ./node_modules/.bin/nsp
NODEUNIT := ./node_modules/.bin/nodeunit
MOCHA := ./node_modules/.bin/mocha
NODECOVER := ./node_modules/.bin/cover
NSP_BADGE := ./tools/nspBadge.js
NPM := npm

#
Expand Down Expand Up @@ -64,7 +63,7 @@ test: $(NODEUNIT)

.PHONY: nsp
nsp: node_modules $(NSP)
@($(NSP) check) | $(NSP_BADGE)
@($(NSP) check) | true

include ./tools/mk/Makefile.deps
include ./tools/mk/Makefile.targ
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,6 @@
[![Dependency Status](https://david-dm.org/restify/node-restify.svg)](https://david-dm.org/restify/node-restify)
[![devDependency Status](https://david-dm.org/restify/node-restify/dev-status.svg)](https://david-dm.org/restify/node-restify#info=devDependencies)
[![bitHound Score](https://www.bithound.io/github/restify/node-restify/badges/score.svg)](https://www.bithound.io/github/restify/node-restify/master)
[![NSP Status](https://img.shields.io/badge/NSP%20status-no%20vulnerabilities-green.svg)](https://travis-ci.org/restify/node-restify)


[restify](http://restify.com) is a framework, utilizing
[connect](https://github.com/senchalabs/connect) style middleware for building
Expand Down
51 changes: 0 additions & 51 deletions tools/nspBadge.js

This file was deleted.

0 comments on commit f7126f2

Please sign in to comment.