New version - 0.6.1 - fixed all eslint issues

This commit is contained in:
Tomas Korcak 2015-08-15 00:21:48 +02:00
parent 41327ab686
commit 66d0697bbb
2 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,9 @@ This will create a namespaced, unminified build of dat.GUI at `build/dat.gui.mai
##Change log
### 0.6.1
* Fixed all eslint issues
### 0.6.0
* Using common.js
* Using webpack for build

View File

@ -1,6 +1,6 @@
{
"name": "dat.gui",
"version": "0.6.0",
"version": "0.6.1",
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
"main": "index.js",
"directories": {