From abb571580719328cc5431068bb5519b212f0f043 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 27 Jan 2016 13:02:58 +0100 Subject: Build: switch from win-spawn to cross-spawn The win-spawn package is deprecated. Refs gh-2877 Refs 67c96a59f5af9e8404b3f904028e1c730d647498 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index db53210e6..67d7a1972 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "babel-preset-es2015": "6.3.13", "commitplease": "2.3.0", "core-js": "2.0.3", + "cross-spawn": "2.1.5", "grunt": "0.4.5", "grunt-babel": "6.0.0", "grunt-cli": "0.1.13", @@ -51,8 +52,7 @@ "sinon": "1.17.3", "sizzle": "2.3.0", "strip-json-comments": "2.0.0", - "testswarm": "1.1.0", - "win-spawn": "2.0.0" + "testswarm": "1.1.0" }, "scripts": { "build": "npm install && grunt", -- cgit v1.2.3