Skip to content

Commit 167daf7

Browse files
author
Brian Vaughn
committed
Updating NPM packages as 4.0.0-alpha.0
1 parent abe75b0 commit 167daf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/react-devtools-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-devtools-core`
22

3-
A standalone React DevTools implementation.
3+
A standalone React DevTools implementation.
44

55
This is a low-level package. If you're looking for the Electron app you can run, **use `react-devtools` package instead.**
66

packages/react-devtools-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-devtools-core",
3+
"version": "4.0.0-alpha.0",
34
"description": "Use react-devtools outside of the browser",
4-
"version": "4.0.0",
55
"license": "MIT",
66
"main": "./dist/backend.js",
77
"repository": {

packages/react-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools",
3-
"version": "4.0.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "Use react-devtools outside of the browser",
55
"license": "MIT",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"electron": "^5.0.0",
2626
"ip": "^1.1.4",
2727
"minimist": "^1.2.0",
28-
"react-devtools-core": "^4.0.0",
28+
"react-devtools-core": "4.0.0-alpha.0",
2929
"update-notifier": "^2.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)