Release 2.0.0-alpha.0

This commit is contained in:
Brent Vatne
2018-03-12 14:24:51 -07:00
parent c17ac83789
commit ea4cb8f961

View File

@@ -1,13 +1,13 @@
{ {
"name": "react-navigation", "name": "react-navigation",
"version": "1.2.1", "version": "2.0.0-alpha.0",
"description": "Routing and navigation for your React Native apps", "description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js", "main": "src/react-navigation.js",
"repository": { "repository": {
"url": "git@github.com:react-navigation/react-navigation.git", "url": "git@github.com:react-navigation/react-navigation.git",
"type": "git" "type": "git"
}, },
"author": "Adam Miskiewicz <adam@sk3vy.com>, Eric Vicenti <ericvicenti@gmail.com>", "author": "Adam Miskiewicz <adam@sk3vy.com>, Eric Vicenti <ericvicenti@gmail.com>, Brent Vatne <brent@expo.io>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"scripts": { "scripts": {
"start": "npm run ios", "start": "npm run ios",