diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index 69439a11311..e44da64eafc 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "react-dev-utils", - "version": "0.1.1", + "version": "0.2.0", "description": "Webpack utilities used by Create React App", "repository": "facebookincubator/create-react-app", "license": "BSD-3-Clause", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 2cdb9cecefa..2ca1da5a57b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "react-scripts", - "version": "0.5.1", + "version": "0.6.0", "description": "Configuration and scripts for Create React App.", "repository": "facebookincubator/create-react-app", "license": "BSD-3-Clause", @@ -57,7 +57,7 @@ "path-exists": "2.1.0", "postcss-loader": "0.13.0", "promise": "7.1.1", - "react-dev-utils": "^0.1.1", + "react-dev-utils": "^0.2.0", "recursive-readdir": "2.0.0", "rimraf": "2.5.4", "strip-ansi": "3.0.1",