Skip to content

Commit

Permalink
patch release - Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Oct 29, 2014
1 parent ff1aec7 commit 73b6569
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.0.0",
version: "1.0.1",
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].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].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].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 @@ -53,7 +53,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 73b6569

Please sign in to comment.