Explorar el Código

Merge pull request #10347 from wildpeaks/dev

Added property "module" in package.json
Mr.doob hace 8 años
padre
commit
8f8eba90fd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

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