Bump versions to 0.2.0-alpha.1

This commit is contained in:
Dan Abramov
2016-07-27 22:05:15 +01:00
parent 39351165ed
commit 7040b71387
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "0.1.0",
"version": "0.2.0-alpha.1",
"keywords": [
"react"
],
@@ -10,9 +10,6 @@
"bugs": {
"url": "https://github.com/facebookincubator/create-react-app/issues"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js"
],

View File

@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "0.1.0",
"version": "0.2.0-alpha.1",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",