diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index f8855b5f6b4..da7c59e7d9e 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,8 +1,7 @@ { "name": "@tandem.ly/react-scripts", - "version": "1.0.18", - "description": - "Tandem.ly Custom Configuration and scripts for Create React App.", + "version": "1.0.19", + "description": "Tandem.ly Custom Configuration and scripts for Create React App.", "repository": "Tandemly/create-react-app", "license": "MIT", "engines": { @@ -11,7 +10,13 @@ "bugs": { "url": "https://github.com/Tandemly/create-react-app/issues" }, - "files": ["bin", "config", "scripts", "template", "utils"], + "files": [ + "bin", + "config", + "scripts", + "template", + "utils" + ], "bin": { "react-scripts": "./bin/react-scripts.js" },