File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 22 "name" : " webrtc-issue-detector" ,
33 "version" : " 1.5.1" ,
44 "description" : " WebRTC diagnostic tool that detects issues with network or user devices" ,
5- "main" : " dist/bundle-cjs.js" ,
6- "module" : " dist/bundle-esm.js" ,
7- "types" : " dist/index.d.ts" ,
85 "repository" :
" [email protected] :VLprojects/webrtc-issue-detector.git" ,
96 "author" :
" Roman Kuzakov <[email protected] >" ,
107 "maintainers" : [
2017 }
2118 ],
2219 "license" : " MIT" ,
23- "private" : false ,
2420 "homepage" : " https://github.com/VLprojects/webrtc-issue-detector#readme" ,
2521 "keywords" : [
2622 " webrtc" ,
3026 " issues" ,
3127 " mos calculator"
3228 ],
33- "files" : [
34- " dist/"
35- ],
3629 "scripts" : {
3730 "build" : " rm -rf dist && rollup -c" ,
3831 "lint" : " eslint ./src" ,
7366 "sinon-chai" : " ^3.7.0" ,
7467 "ts-node" : " ^10.9.1" ,
7568 "typescript" : " ^4.7.4"
76- }
69+ },
70+ "files" : [
71+ " dist/"
72+ ],
73+ "main" : " dist/bundle-cjs.js" ,
74+ "module" : " dist/bundle-esm.js" ,
75+ "types" : " dist/index.d.ts"
7776}
You can’t perform that action at this time.
0 commit comments