We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca2ce3 commit cffa230Copy full SHA for cffa230
.gitignore
@@ -13,8 +13,9 @@
13
/.vscode
14
15
# Cache.
16
+.mypy_cache
17
/.cache
18
/.mypy_cache
19
/worker/__pycache__
-/worker/.mypy_cache
20
+/worker/build
21
/worker/mediasoup_client_aiortc.egg-info
package.json
@@ -18,6 +18,12 @@
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
+ "files": [
22
+ "npm-scripts.mjs",
23
+ "lib",
24
+ "worker/*.py",
25
+ "worker/*.cfg"
26
+ ],
27
"os": [
28
"!win32"
29
],
0 commit comments