We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c939d commit 0595362Copy full SHA for 0595362
packages/react-dev-utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dev-utils",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Webpack utilities used by Create React App",
5
"repository": "facebookincubator/create-react-app",
6
"license": "BSD-3-Clause",
packages/react-scripts/package.json
"name": "react-scripts",
- "version": "0.5.1",
+ "version": "0.6.0",
"description": "Configuration and scripts for Create React App.",
@@ -57,7 +57,7 @@
57
"path-exists": "2.1.0",
58
"postcss-loader": "0.13.0",
59
"promise": "7.1.1",
60
- "react-dev-utils": "^0.1.1",
+ "react-dev-utils": "^0.2.0",
61
"recursive-readdir": "2.0.0",
62
"rimraf": "2.5.4",
63
"strip-ansi": "3.0.1",
0 commit comments