mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
clean up version number and repo links
This commit is contained in:
parent
f5b30b7e0d
commit
d84fef2ef9
@ -1,6 +1,6 @@
|
||||
## Changelog
|
||||
|
||||
### 0.6.2
|
||||
### 0.6.0
|
||||
* added updateDisplay() to GUI, to update all controls in all folders
|
||||
|
||||
* fixed GUI.destroy() to remove all window eventListeners
|
||||
@ -11,11 +11,7 @@
|
||||
* fixed issues with step parameters in sliders
|
||||
* fixed issue with controler.options() function
|
||||
* fixed issue with hiding the GUI
|
||||
|
||||
### 0.6.1
|
||||
* Fixed all eslint issues
|
||||
|
||||
### 0.6.0
|
||||
* Using common.js
|
||||
* Using webpack for build
|
||||
* Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dat.gui-ng",
|
||||
"version": "0.6.1",
|
||||
"homepage": "https://github.com/korczis/dat.gui.git",
|
||||
"name": "dat.gui",
|
||||
"version": "0.6.0",
|
||||
"homepage": "https://github.com/dataarts/dat.gui.git",
|
||||
"authors": [
|
||||
"Google Data Arts Team <dataarts@google.com>"
|
||||
],
|
||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dat.gui",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.0",
|
||||
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@ -15,14 +15,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/korczis/dat.gui.git"
|
||||
"url": "git+https://github.com/dataarts/dat.gui.git"
|
||||
},
|
||||
"author": "Data Arts Team, Google Creative Lab",
|
||||
"author": "Data Arts Team, Google",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/korczis/dat.gui/issues"
|
||||
"url": "https://github.com/dataarts/dat.gui/issues"
|
||||
},
|
||||
"homepage": "https://github.com/korczis/dat.gui#readme",
|
||||
"homepage": "https://github.com/dataarts/dat.gui#readme",
|
||||
"devDependencies": {
|
||||
"babel-core": "^5.8.22",
|
||||
"babel-eslint": "^4.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user