From 878d851aea04692b12254821ce7916dfa1172b72 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Fri, 17 Mar 2017 12:45:56 -0700 Subject: [PATCH] =?UTF-8?q?bower=20main=20point=20to=20=E2=80=98./build/da?= =?UTF-8?q?t.gui.js=E2=80=99.=20fix=20#125?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c419858..cf3bbd1 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { "name": "dat.gui", - "version": "0.6.2", + "version": "0.6.3", "homepage": "https://github.com/dataarts/dat.gui.git", "authors": [ "Google Data Arts Team " ], "description": "dat.gui is a lightweight controller library for JavaScript.", - "main": "./index.js", + "main": "./build/dat.gui.js", "keywords": [ "controller", "javascript",