From 17aa9fd24ba178e4539285a42f2e9cc1d67c5fc7 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 27 Nov 2018 12:06:57 +0000 Subject: [PATCH] Update package.json with latest npm-run-all with event-stream fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d360e8b..5543791 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "sirv": "^0.2.0" }, "devDependencies": { - "npm-run-all": "^4.1.2", + "npm-run-all": "^4.1.5", "sapper": "^0.22.1", "svelte": "^2.0.0", "svelte-loader": "^2.9.0",