From fa89c0017c1275c143874dd1fb850820a4bbc33a Mon Sep 17 00:00:00 2001 From: John Nilsson Date: Fri, 15 Sep 2017 10:57:42 +0200 Subject: [PATCH] change version back to 2.6.0 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index e2042156..59de5160 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "react-scripts-ts", - "version": "1.0.12", + "version": "2.6.0", "description": "Configuration and scripts for Create React App.", "repository": "wmonk/create-react-app", "license": "BSD-3-Clause",