From f8da16155de9aef9baf13e623c5c5fbcc84d36ed Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Mon, 17 Apr 2017 12:00:36 +1000 Subject: [PATCH] Update react-scripts to 0.9.5 Resolves issue running this repo on Node 7.7.2. More info: https://github.com/facebookincubator/create-react-app/issues/1776 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c94016..845d267 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "devDependencies": { - "react-scripts": "0.7.0" + "react-scripts": "0.9.5" }, "dependencies": { "bootstrap": "^3.3.7",