From b06c39aa4520c4ad022d2610f40ff47148415cab Mon Sep 17 00:00:00 2001 From: Rajit Singh Date: Sat, 29 Mar 2014 15:39:00 +0100 Subject: [PATCH] Update smart.json so that package can be released until parent package supports Blaze --- smart.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/smart.json b/smart.json index e642faa..c9de7fe 100644 --- a/smart.json +++ b/smart.json @@ -1,8 +1,8 @@ { - "name": "accounts-ui-bootstrap-3", - "description": "Meteor's accounts templates styled for bootstrap-3 (bootstrap-3 dependency deleted so you can also use this with bootstrap3-less package too)", - "homepage": "https://github.com/mangasocial/meteor-accounts-ui-bootstrap-3", - "author": "Manga Social Team (http://mangasocial.com)", - "version": "0.2.6", - "git": "https://github.com/mangasocial/meteor-accounts-ui-bootstrap-3.git" + "name": "accounts-ui-bootstrap-3-blaze", + "description": "Meteor's accounts templates styled for bootstrap-3 migrated very simply to Blaze - some features may have regressed", + "homepage": "https://github.com/rajit/meteor-accounts-ui-bootstrap-3", + "author": "Rajit Singh (https://github.com/rajit/meteor-accounts-ui-bootstrap-3)", + "version": "0.3.0", + "git": "https://github.com/rajit/meteor-accounts-ui-bootstrap-3.git" }