Skip to content

Commit

Permalink
observe-sequence depends on underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed May 21, 2014
1 parent 7cd433a commit a5e07f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/observe-sequence/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Package.describe({
Package.on_use(function (api) {
api.use('deps');
api.use('minimongo'); // for idStringify
api.use('underscore');
api.export('ObserveSequence');
api.add_files(['observe_sequence.js']);
});
Expand Down

0 comments on commit a5e07f8

Please sign in to comment.