Updating NPM packages as 4.0.0-alpha.0

This commit is contained in:
Brian Vaughn
2019-07-19 10:09:49 -07:00
parent abe75b0e39
commit 167daf7a4a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# `react-devtools-core`
A standalone React DevTools implementation.
A standalone React DevTools implementation.
This is a low-level package. If you're looking for the Electron app you can run, **use `react-devtools` package instead.**

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.0",
"version": "4.0.0-alpha.0",
"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",
"react-devtools-core": "4.0.0-alpha.0",
"update-notifier": "^2.1.0"
}
}