File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "description" : " Experimental Web Worker API implementation for JSDOM." ,
55 "main" : " dist/jsdom-worker.js" ,
6- "module" : " dist/jsdom-worker.m.js" ,
6+ "module" : " dist/jsdom-worker.module.js" ,
7+ "unpkg" : " dist/jsdom-worker.umd.js" ,
78 "scripts" : {
89 "build" : " microbundle --external all" ,
910 "test" : " eslint src test && npm run -s build && jest" ,
1011 "prepare" : " npm run -s build && npm t"
1112 },
1213 "babel" : {
1314 "presets" : [
14- " env"
15+ [
16+ " @babel/preset-env" ,
17+ {
18+ "targets" : {
19+ "node" : " 8"
20+ }
21+ }
22+ ]
1523 ]
1624 },
1725 "keywords" : [
2735 " dist"
2836 ],
2937 "devDependencies" : {
30- "babel-jest " : " ^22.1.0 " ,
31- "babel-preset-env " : " ^1.6 .1" ,
32- "eslint" : " ^4.16 .0" ,
38+ "@ babel/preset-env " : " ^7.10.2 " ,
39+ "babel-jest " : " ^26.0 .1" ,
40+ "eslint" : " ^7.2 .0" ,
3341 "eslint-config-developit" : " ^1.1.1" ,
34- "jest" : " ^22.1.4 " ,
35- "microbundle" : " ^0.4.3 " ,
36- "node-fetch" : " ^1.7.3 "
42+ "jest" : " ^26.0.1 " ,
43+ "microbundle" : " ^0.12.1 " ,
44+ "node-fetch" : " ^2.6.0 "
3745 },
3846 "peerDependencies" : {
3947 "node-fetch" : " *"
4250 "mitt" : " ^1.1.3" ,
4351 "uuid-v4" : " ^0.1.0"
4452 }
45- }
53+ }
You can’t perform that action at this time.
0 commit comments