Skip to content

Commit

Permalink
Merge pull request #94 from StorytellerCZ/feature/meteor-2.3
Browse files Browse the repository at this point in the history
Update package and prepare it for Meteor 2.3 release
  • Loading branch information
StorytellerCZ committed Jun 24, 2021
2 parents d1c444a + 07dc37f commit 7255df6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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'])
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Expand Up @@ -3,6 +3,6 @@
"description": "Link social network accounts to existing Meteor user.",
"homepage": "https://github.com/yubozhao/meteor-link-accounts",
"author": "Bozhao Yu <yubz86@gmail.com>",
"version": "2.0.0",
"version": "2.4.0",
"git": "https://github.com/yubozhao/meteor-link-accounts.git"
}

0 comments on commit 7255df6

Please sign in to comment.