浏览代码

Merge pull request #10347 from wildpeaks/dev

Added property "module" in package.json
Mr.doob 8 年之前
父节点
当前提交
8f8eba90fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "main": "build/three.js",
   "main": "build/three.js",
   "repository": "mrdoob/three.js",
   "repository": "mrdoob/three.js",
   "jsnext:main": "build/three.modules.js",
   "jsnext:main": "build/three.modules.js",
+  "module": "build/three.modules.js",
   "files": [
   "files": [
     "package.json",
     "package.json",
     "LICENSE",
     "LICENSE",