From 6623e685ba26b999b2f4c3f4b4819a0555ecac30 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Wed, 10 Jun 2020 18:51:34 -0400 Subject: [PATCH] Update package.json Works under node v8 and node v10. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e1ae56..6ff009d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/jnovack/storm-replay", "engines": { - "node": "8.x" + "node": ">8 <11" }, "os": [ "darwin",