Browse Source

Attempt to add JSPM overrides to reduce the package size.

Ben Owen 7 years ago
parent
commit
ae6d0e8779
1 changed files with 13 additions and 0 deletions
  1. 13 0
      package.json

+ 13 - 0
package.json

@@ -61,5 +61,18 @@
     "rollup-watch": "^4.3.1",
     "serve": "6.5.8",
     "uglify-js": "^3.3.28"
+  },
+  "jspm": {
+    "files": [
+      "package.json",
+      "bower.json",
+      "LICENSE",
+      "README.md",
+      "build/three.js",
+      "build/three.min.js",
+      "build/three.module.js"
+    ],
+    "directories": {
+    }
   }
 }