diff --git a/bower.json b/bower.json index 12c16ae..79bb1b3 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "name": "tap", - "version": "1.0.2", - "homepage": "http://pukhalski.github.io/tap.js/", + "version": "1.0.3", "authors": [ "Ilya Pukhalski ", "Mikhail Larchanka " @@ -17,7 +16,15 @@ "interactions", "tap" ], - "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/pukhalski/tap.git" + }, + "readme": "README.md", + "licenses": [{ + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + }], "ignore": [ "node_modules", "bower_components",