Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "ez-spawn", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Simple, consistent sync or async process spawning", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"homepage": "https://jsdevtools.org/ez-spawn", | ||
"homepage": "https://jstools.dev/ez-spawn", | ||
"repository": { | ||
@@ -43,12 +43,12 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/node": "^12.0.8", | ||
"@types/node": "^12.7.2", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.4", | ||
"eslint": "^5.16.0", | ||
"eslint-config-modular": "^7.0.0", | ||
"mocha": "^6.1.4", | ||
"coveralls": "^3.0.6", | ||
"eslint": "^6.2.2", | ||
"eslint-config-modular": "^7.0.1", | ||
"mocha": "^6.2.0", | ||
"npm-check": "^5.9.0", | ||
"nyc": "^14.1.1", | ||
"typescript": "^3.5.1", | ||
"version-bump-prompt": "^5.0.2" | ||
"typescript": "^3.5.3", | ||
"version-bump-prompt": "^5.0.5" | ||
}, | ||
@@ -55,0 +55,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ EZ-Spawn | ||
[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/ez-spawn) | ||
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/ez-spawn) | ||
[![Build Status](https://api.travis-ci.com/JS-DevTools/ez-spawn.svg?branch=master)](https://travis-ci.com/JS-DevTools/ez-spawn) | ||
@@ -239,4 +239,4 @@ | ||
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com) | ||
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com) | ||
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io) | ||
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com) | ||
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com) | ||
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io) |
35060