Pārlūkot izejas kodu

Bower "main" should not point to minified source

Matt DesLauriers 11 gadi atpakaļ
vecāks
revīzija
d344a3786c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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",

粤ICP备19079148号