From 5adb53f7381ed30e0f2e6c1399386222f9508d42 Mon Sep 17 00:00:00 2001 From: Ilya Pukhalski Date: Wed, 11 Feb 2015 20:22:20 +0100 Subject: [PATCH] `bower.json` changes to appear on the registry --- bower.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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",