File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ` react-devtools-core `
2
2
3
- A standalone React DevTools implementation.
3
+ A standalone React DevTools implementation.
4
4
5
5
This is a low-level package. If you're looking for the Electron app you can run, ** use ` react-devtools ` package instead.**
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-core" ,
3
+ "version" : " 4.0.0-alpha.0" ,
3
4
"description" : " Use react-devtools outside of the browser" ,
4
- "version" : " 4.0.0" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools" ,
3
- "version" : " 4.0.0" ,
3
+ "version" : " 4.0.0-alpha.0 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
25
25
"electron" : " ^5.0.0" ,
26
26
"ip" : " ^1.1.4" ,
27
27
"minimist" : " ^1.2.0" ,
28
- "react-devtools-core" : " ^ 4.0.0" ,
28
+ "react-devtools-core" : " 4.0.0-alpha .0" ,
29
29
"update-notifier" : " ^2.1.0"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments