Skip to content

Commit

Permalink
Updating NPM packages as 4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 19, 2019
1 parent abe75b0 commit 167daf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-devtools-core/README.md
@@ -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.**

Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools/package.json
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 167daf7

Please sign in to comment.