[Pkg-javascript-commits] [node-cross-spawn-async] 01/05: Imported Upstream version 2.1.8

Ross Gammon ross-guest at moszumanska.debian.org
Fri Feb 5 12:56:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository node-cross-spawn-async.

commit 6d0ebf97ab91c131a340c229ca2513d78616fd27
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Fri Feb 5 12:42:50 2016 +0100

    Imported Upstream version 2.1.8
---
 appveyor.yml | 1 -
 package.json | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index f02a6ba..02aad11 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,5 +28,4 @@ build: off
 test_script:
   - node --version
   - npm --version
-  - ps: npm test --no-color  # PowerShell
   - cmd: npm test --no-color
diff --git a/package.json b/package.json
index 584eb1e..e149d21 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
 {
   "name": "cross-spawn-async",
-  "version": "2.1.6",
+  "version": "2.1.8",
   "description": "Cross platform child_process#spawn",
   "main": "index.js",
   "scripts": {
-    "test": "node test/prepare && mocha --bail -R spec test/test"
+    "test": "node test/prepare && mocha --bail test/test"
   },
   "bugs": {
     "url": "https://github.com/IndigoUnited/node-cross-spawn-async/issues/"
@@ -31,7 +31,7 @@
   "license": "MIT",
   "dependencies": {
     "lru-cache": "^4.0.0",
-    "which": "^1.2.0"
+    "which": "^1.2.4"
   },
   "devDependencies": {
     "expect.js": "^0.3.0",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn-async.git



More information about the Pkg-javascript-commits mailing list