Skip to content

Commit

Permalink
Adds nsp
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jul 16, 2016
1 parent b6fe8dd commit 784e932
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lix-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "CLI for LIX calculator",
"license": "MIT",
"author": {
Expand All @@ -18,10 +18,10 @@
},
"preferGlobal": true,
"engines": {
"node": ">=4.4.6"
"node": ">=4.4.7"
},
"scripts": {
"test": "standard && tap --reporter=spec test/*.js",
"test": "standard && nsp check && tap --reporter=spec test/*.js",
"coverage": "tap test/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls",
"setup": "npm install && node setup.js"
Expand All @@ -32,6 +32,7 @@
},
"devDependencies": {
"coveralls": "2.11.11",
"nsp": "2.6.1",
"standard": "7.1.2",
"tap": "6.2.0"
},
Expand Down

0 comments on commit 784e932

Please sign in to comment.