diff --git a/README.md b/README.md index 8b22006..0392d77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Installation ```bash -$ bower install smart-components/smart-scrollbox +$ bower install gaia-components/smart-scrollbox ``` diff --git a/bower.json b/bower.json index d37ece2..6353cc1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "smart-scrollbox", "version": "0.0.0", - "homepage": "https://github.com/smart-components/smart-scrollbox", + "homepage": "https://github.com/gaia-components/smart-scrollbox", "main": "script.js", "license": "MPL", "ignore": [ @@ -16,5 +16,8 @@ ], "dependencies": { "tv_shared": "smart-components/tv_shared" + }, + "devDependencies": { + "smart-button": "gaia-components/smart-button" } }