Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "terminate", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Terminate a Node.js Process based on the Process ID", | ||
@@ -30,3 +30,3 @@ "main": "terminate.js", | ||
"dependencies": { | ||
"ps-tree": "^1.1.1" | ||
"ps-tree": "^1.2.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.9.1", | ||
"jshint": "^2.9.6", | ||
"pre-commit": "1.1.2", | ||
@@ -40,0 +40,0 @@ "tape": "^4.4.0" |
@@ -8,3 +8,2 @@ # terminate | ||
[![Build Status](https://travis-ci.org/dwyl/terminate.svg?branch=master)](https://travis-ci.org/dwyl/terminate) | ||
[![Code Climate](https://codeclimate.com/github/dwyl/terminate/badges/gpa.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) | ||
@@ -11,0 +10,0 @@ [![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37177
12
359
144
Updatedps-tree@^1.2.0