Skip to content

Commit

Permalink
fix package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Jun 17, 2013
1 parent a7878a9 commit 3a50409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/spacebars/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Package.on_use(function (api, where) {

api.use('underscore', where);
api.use('jsparse', where);
api.use('html5-tokenizer', where);
api.add_files(['spacebars.js'], where);
});

Expand Down

0 comments on commit 3a50409

Please sign in to comment.