Skip to content

Commit

Permalink
patch release - Bump to version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Apr 11, 2016
1 parent 9d4d654 commit 7ac9b8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.js
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Accounts Templates styled for Materialize Css.',
version: '1.14.1',
version: '1.14.2',
name: 'useraccounts:materialize',
git: 'https://github.com/meteor-useraccounts/materialize.git',
});
Expand All @@ -18,11 +18,11 @@ Package.on_use(function(api, where) {
], ['client', 'server']);

// Requires all routing packages loads before this asking for weak dependencies.
api.use('useraccounts:flow-routing@1.14.1', ['client', 'server'], {weak: true});
api.use('useraccounts:iron-routing@1.14.1', ['client', 'server'], {weak: true});
api.use('useraccounts:flow-routing@1.14.2', ['client', 'server'], {weak: true});
api.use('useraccounts:iron-routing@1.14.2', ['client', 'server'], {weak: true});

api.imply([
'useraccounts:core@1.14.1',
'useraccounts:core@1.14.2',
], ['client', 'server']);

api.add_files([
Expand Down Expand Up @@ -70,7 +70,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
'useraccounts:materialize',
'useraccounts:core@1.14.1',
'useraccounts:core@1.14.2',
]);

api.use([
Expand Down

0 comments on commit 7ac9b8a

Please sign in to comment.