Browse Source

Merge pull request #10452 from technohippy/remove-bowerjson-from-packgejson

Remove bower.json from packge.json
Mr.doob 8 years ago
parent
commit
80b6786582
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -15,8 +15,7 @@
     "build/three.module.js",
     "src",
     "examples/js",
-    "examples/fonts",
-    "bower.json"
+    "examples/fonts"
   ],
   "directories": {
     "doc": "docs",