Skip to content

Commit

Permalink
patch release - Bump to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 28, 2015
1 parent 1758a29 commit c401b9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ iron:[email protected]
jag:[email protected]
[email protected]
[email protected]
local-test:useraccounts:famous-wrapper@1.5.0
local-test:useraccounts:famous-wrapper@1.6.0
[email protected]
[email protected]
[email protected]
Expand All @@ -44,7 +44,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]
softwarerero:[email protected]
[email protected]
[email protected]
Expand All @@ -54,7 +53,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
useraccounts:core@1.5.0
useraccounts:famous-wrapper@1.5.0
useraccounts:core@1.6.0
useraccounts:famous-wrapper@1.6.0
[email protected]
[email protected]
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.6.0",
version: "1.6.1",
name: "useraccounts:famous-wrapper",
git: "https://github.com/meteor-useraccounts/famous-wrapper.git",
});
Expand All @@ -22,19 +22,19 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:[email protected].0",
"useraccounts:[email protected].1",
"gadicohen:[email protected]",
"aldeed:[email protected]",
], ["client", "server"]);

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

api.use("useraccounts:[email protected].0", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].0", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].1", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].1", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected]", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected]", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].0", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].0", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].1", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected].1", ["client", "server"], { weak: true });

api.add_files([
"lib/at_famous_form.html",
Expand All @@ -55,7 +55,7 @@ Package.on_use(function(api, where) {

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

0 comments on commit c401b9b

Please sign in to comment.