Skip to content

Commit 0595362

Browse files
committed
0.6.0
1 parent f3c939d commit 0595362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -57,7 +57,7 @@
5757
"path-exists": "2.1.0",
5858
"postcss-loader": "0.13.0",
5959
"promise": "7.1.1",
60-
"react-dev-utils": "^0.1.1",
60+
"react-dev-utils": "^0.2.0",
6161
"recursive-readdir": "2.0.0",
6262
"rimraf": "2.5.4",
6363
"strip-ansi": "3.0.1",

0 commit comments

Comments
 (0)