Browse Source

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 years ago
parent
commit
d35dac3095
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      package.json

+ 1
- 0
package.json View File

@@ -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
 }

Loading…
Cancel
Save