Browse Source

Merge pull request #10347 from wildpeaks/dev

Added property "module" in package.json
Mr.doob 8 years ago
parent
commit
8f8eba90fd
1 changed files with 1 additions and 0 deletions
  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",