Browse Source

Merge pull request #5474 from mattdesl/patch-1

Bower "main" should not point to minified source
Mr.doob 10 years ago
parent
commit
4be9e8044f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -3,7 +3,7 @@
 	"version": "0.0.68",
 	"version": "0.0.68",
 	"homepage": "http://threejs.org/",
 	"homepage": "http://threejs.org/",
 	"description": "JavaScript 3D library",
 	"description": "JavaScript 3D library",
-	"main": "build/three.min.js",
+	"main": "build/three.js",
 	"keywords": [
 	"keywords": [
 		"three",
 		"three",
 		"threejs",
 		"threejs",