Skip to content

Commit

Permalink
added ratchet and ionic as weak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 14, 2014
1 parent 886e0e2 commit 530736b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ Package.on_use(function(api, where) {

//api.use('mjnetworks:[email protected]', ['client']/*, { 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]", ["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]", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected]", ["client", "server"], { weak: true });

api.add_files([
"lib/at_famous_form.html",
Expand Down

0 comments on commit 530736b

Please sign in to comment.