From 07dc37fa9d28f926476588440799ba32789e7d49 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 29 May 2021 20:08:10 +0200 Subject: [PATCH] Update package and prepare it for Meteor 2.3 release --- package.js | 4 ++-- package.json | 4 ++-- smart.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.js b/package.js index c64cf0c..6ea4c40 100644 --- a/package.js +++ b/package.js @@ -1,12 +1,12 @@ Package.describe({ summary: 'Meteor external service link system', - version: '2.3.2', + version: '2.4.0', git: 'https://github.com/yubozhao/meteor-link-accounts', name: 'bozhao:link-accounts', description: 'Link social accounts for Meteor' }) Package.onUse(function (api) { - api.versionsFrom('1.4.3') + api.versionsFrom(['1.12', '2.3']) api.imply('accounts-base', ['client', 'server']) api.use(['ecmascript', 'check', 'accounts-oauth', 'oauth']) diff --git a/package.json b/package.json index d1a46f7..9c518c4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "meteor-link-accounts", - "version": "2.3.2", + "version": "2.4.0", "private": true, - "description": "Template Meteor package for FOSS", + "description": "Link social accounts for Meteor", "main": "package.js", "repository": { "type": "git", diff --git a/smart.json b/smart.json index 2fe3753..4d1dd98 100644 --- a/smart.json +++ b/smart.json @@ -3,6 +3,6 @@ "description": "Link social network accounts to existing Meteor user.", "homepage": "https://github.com/yubozhao/meteor-link-accounts", "author": "Bozhao Yu ", - "version": "2.0.0", + "version": "2.4.0", "git": "https://github.com/yubozhao/meteor-link-accounts.git" }