Skip to content

Commit

Permalink
Update package and prepare it for Meteor 2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 29, 2021
1 parent c5df9bb commit 07dc37f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 07dc37f

Please sign in to comment.