Skip to content

Commit

Permalink
add iron router
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klein committed Dec 11, 2014
1 parent a089dd9 commit 1d88903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Package.onUse(function(api) {

Package.onTest(function(api) {
api.use('tinytest');
api.use('iron:router');
api.use('monbro:iron-router-breadcrumb');
api.addFiles('lib/breadcrumb-tests.js');
});

0 comments on commit 1d88903

Please sign in to comment.