Added overrides and endpoint for three.js

This commit is contained in:
Ivan Bacher
2015-02-06 17:40:06 +00:00
parent 8fd50804e1
commit faf83fcb57
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"main": "build/three",
"ignore": ["docs", "src", "editor", "test", "utils", "examples/*.html", "examples/models", "examples/scenes", "examples/sounds", "examples/obj", "examples/textures"],
"format": "global",
"shim": {
"build/three": {
"exports": "THREE"
}
}
}