Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "terminate", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Terminate a Node.js Process based on the Process ID", | ||
@@ -9,4 +9,3 @@ "main": "terminate.js", | ||
"coverage": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", | ||
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .", | ||
"codeclimate": "CODECLIMATE_REPO_TOKEN=183ff75bccfef4ec435b9e9cf1c13e409b0a826774e30b2ef2ae8d449caa40e8 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info" | ||
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore ." | ||
}, | ||
@@ -31,3 +30,3 @@ "repository": { | ||
"dependencies": { | ||
"ps-tree": "1.0.0" | ||
"ps-tree": "1.0.1" | ||
}, | ||
@@ -34,0 +33,0 @@ "devDependencies": { |
@@ -9,3 +9,3 @@ # terminate | ||
[![Code Climate](https://codeclimate.com/github/dwyl/terminate/badges/gpa.svg)](https://codeclimate.com/github/dwyl/terminate) | ||
[![Test Coverage](https://codeclimate.com/github/dwyl/terminate/badges/coverage.svg)](https://codeclimate.com/github/dwyl/terminate) | ||
[![codecov.io](https://codecov.io/github/dwyl/terminate/coverage.svg?branch=master)](https://codecov.io/github/dwyl/terminate?branch=master) | ||
[![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate) | ||
@@ -12,0 +12,0 @@ [![Node.js Version](https://img.shields.io/node/v/terminate.svg?style=flat)](http://nodejs.org/download) |
Sorry, the diff of this file is not supported yet
13596
+ Addedps-tree@1.0.1(transitive)
- Removedps-tree@1.0.0(transitive)
Updatedps-tree@1.0.1