4.0.0-alpha.2 -> 4.0.0-alpha.3

This commit is contained in:
Brian Vaughn
2019-07-24 14:46:53 -07:00
parent 2e8b9fad36
commit c7aff5503f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@@ -25,7 +25,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.0-alpha.2",
"react-devtools-core": "4.0.0-alpha.3",
"update-notifier": "^2.1.0"
}
}