Skip to content

Commit

Permalink
Assure that Package.templating.Template exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Mar 10, 2016
1 parent 20b4db1 commit f2e61cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/templating/package.js
Expand Up @@ -9,6 +9,9 @@ Package.describe({
// registry and a default templating system, ideally per-package.

Package.onUse(function (api) {
api.use('templating-runtime');
api.export('Template', 'client');

api.imply('templating-compiler');
api.imply('templating-runtime');
});

0 comments on commit f2e61cd

Please sign in to comment.