Skip to content

Commit 7040b71

Browse files
committed
Bump versions to 0.2.0-alpha.1
1 parent 3935116 commit 7040b71

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

global-cli/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "0.1.0",
3+
"version": "0.2.0-alpha.1",
44
"keywords": [
55
"react"
66
],
@@ -10,9 +10,6 @@
1010
"bugs": {
1111
"url": "https://github.com/facebookincubator/create-react-app/issues"
1212
},
13-
"engines": {
14-
"node": ">=4.0.0"
15-
},
1613
"files": [
1714
"index.js"
1815
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.1.0",
3+
"version": "0.2.0-alpha.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)