Update bower.json and package.json

This commit is contained in:
Tomas Korcak 2015-08-15 03:41:08 +02:00
parent 035223969a
commit d8fca9f304
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "dat.gui-ng",
"version": "0.6.0",
"homepage": "https://github.com/korczis/dat.gui",
"version": "0.6.1",
"homepage": "https://github.com/korczis/dat.gui.git",
"authors": [
"Google Data Arts Team <dataarts@google.com>"
],

View File

@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dataarts/dat.gui.git"
"url": "git+https://github.com/korczis/dat.gui.git"
},
"author": "Data Arts Team, Google Creative Lab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dataarts/dat.gui/issues"
"url": "https://github.com/korczis/dat.gui/issues"
},
"homepage": "https://github.com/dataarts/dat.gui#readme",
"homepage": "https://github.com/korczis/dat.gui#readme",
"devDependencies": {
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",