Skip to content

Commit 3676854

Browse files
authored
fix: restructure package.json
1 parent a24ccc4 commit 3676854

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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": [
@@ -20,7 +17,6 @@
2017
}
2118
],
2219
"license": "MIT",
23-
"private": false,
2420
"homepage": "https://github.com/VLprojects/webrtc-issue-detector#readme",
2521
"keywords": [
2622
"webrtc",
@@ -30,9 +26,6 @@
3026
"issues",
3127
"mos calculator"
3228
],
33-
"files": [
34-
"dist/"
35-
],
3629
"scripts": {
3730
"build": "rm -rf dist && rollup -c",
3831
"lint": "eslint ./src",
@@ -73,5 +66,11 @@
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
}

0 commit comments

Comments
 (0)