From 46cfd570cc74abec3655b107925ddbe463fe5c88 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 23 Feb 2017 07:20:09 +0900 Subject: [PATCH] 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d38d168..71d003f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-all", - "version": "4.0.1", + "version": "4.0.2", "description": "A CLI tool to run multiple npm-scripts in parallel or sequential.", "bin": { "run-p": "bin/run-p/index.js",