Skip to content

Commit

Permalink
patch release - Bump to version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 21, 2015
1 parent 0dffc2f commit 6381f5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Famo.us wrapper for Accounts Templates.',
version: '1.12.2',
version: '1.12.3',
name: 'useraccounts:famous-wrapper',
git: 'https://github.com/meteor-useraccounts/famous-wrapper.git',
});
Expand All @@ -22,17 +22,17 @@ Package.on_use(function(api, where) {
], ['client', 'server']);

api.imply([
'useraccounts:[email protected].2',
'useraccounts:[email protected].3',
'gadicohen:[email protected]',
'aldeed:[email protected]',
], ['client', 'server']);

//api.use('mjnetworks:[email protected]', ['client']/*, { weak: true }*/);

api.use('useraccounts:[email protected].2', ['client', 'server'], {
api.use('useraccounts:[email protected].3', ['client', 'server'], {
weak: true
});
api.use('useraccounts:[email protected].2', ['client', 'server'], {
api.use('useraccounts:[email protected].3', ['client', 'server'], {
weak: true
});
api.use('useraccounts:[email protected]', ['client', 'server'], {
Expand All @@ -41,10 +41,10 @@ Package.on_use(function(api, where) {
api.use('useraccounts:[email protected]', ['client', 'server'], {
weak: true
});
api.use('useraccounts:[email protected].2', ['client', 'server'], {
api.use('useraccounts:[email protected].3', ['client', 'server'], {
weak: true
});
api.use('useraccounts:[email protected].2', ['client', 'server'], {
api.use('useraccounts:[email protected].3', ['client', 'server'], {
weak: true
});

Expand All @@ -67,7 +67,7 @@ Package.on_use(function(api, where) {

Package.on_test(function(api) {
api.use([
'useraccounts:[email protected].2',
'useraccounts:[email protected].3',
]);
api.use(['tinytest', 'test-helpers'], ['client', 'server']);
api.add_files('tests/tests.js', ['client', 'server']);
Expand Down

0 comments on commit 6381f5d

Please sign in to comment.