Skip to content

Commit

Permalink
fixup! Remove Route class from global namespace - #170
Browse files Browse the repository at this point in the history
  • Loading branch information
kahmali committed Feb 24, 2016
1 parent 44aac00 commit 8fbab2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Package.onUse(function (api) {
api.use('accounts-base@1.2.0');
api.use('simple:json-routes@1.0.4');

api.addFiles('lib/package-scope-variables.js', 'server');
api.addFiles('lib/auth.coffee', 'server');
api.addFiles('lib/iron-router-error-to-response.js', 'server');
api.addFiles('lib/route.coffee', 'server');
Expand Down

0 comments on commit 8fbab2a

Please sign in to comment.