File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
]
15
15
},
16
16
"scripts" : {
17
- "build" : " webpack --mode production" ,
18
- "dev" : " webpack --mode development --watch" ,
17
+ "build" : " NODE_OPTIONS=--openssl-legacy-provider webpack --mode production" ,
18
+ "dev" : " NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch" ,
19
19
"test" : " jest --verbose --coverage" ,
20
20
"test-on" : " ./node_modules/.bin/jest $1" ,
21
21
"docker-test-lint" : " eslint --ext .js --ext .jsx src" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Reactime" ,
3
- "version" : " 15 .0.0" ,
3
+ "version" : " 16 .0.0" ,
4
4
"devtools_page" : " devtools.html" ,
5
5
"description" : " A Chrome extension that helps debug React applications by memorizing the state of components with every render." ,
6
6
"manifest_version" : 3 ,
You can’t perform that action at this time.
0 commit comments