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 1414 ]
1515 },
1616 "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" ,
1919 "test" : " jest --verbose --coverage" ,
2020 "test-on" : " ./node_modules/.bin/jest $1" ,
2121 "docker-test-lint" : " eslint --ext .js --ext .jsx src" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " Reactime" ,
3- "version" : " 15 .0.0" ,
3+ "version" : " 16 .0.0" ,
44 "devtools_page" : " devtools.html" ,
55 "description" : " A Chrome extension that helps debug React applications by memorizing the state of components with every render." ,
66 "manifest_version" : 3 ,
You can’t perform that action at this time.
0 commit comments