v2.0.0-alpha.2

This commit is contained in:
2019-07-06 00:48:55 +02:00
parent 0c75f76c54
commit c56dd9fb7a
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.1"
"version": "2.0.0-alpha.2"
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-debug-console-demo",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"main": "./Entry.js",
"scripts": {
"start": "expo start",
@@ -15,7 +15,7 @@
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-debug-console": "2.0.0-alpha.1",
"react-native-debug-console": "^2.0.0-alpha.2",
"react-native-web": "0.11.4"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-debug-console",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"main": "lib/index.js",
"react-native": "lib/native.js",
"repository": {
@@ -20,6 +20,5 @@
"prop-types": "^15.6.0",
"react": "^16.8.3",
"react-native": "^0.59.8"
},
"devDependencies": {}
}
}