浏览代码

Define the main/primary entry point of the library

Enables the library to be used via require. Example usage is a React
Native (mobile) app which bundles its dependencies (in its release
build).
master
hristoterezov 9 年前
父节点
当前提交
d35dac3095
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      package.json

+ 1
- 0
package.json 查看文件

@@ -50,5 +50,6 @@
50 50
   "pre-commit": [
51 51
     "lint"
52 52
   ],
53
+  "main": "./JitsiMeetJS.js",
53 54
   "license": "Apache-2.0"
54 55
 }

正在加载...
取消
保存