Skip to content

Commit

Permalink
Record dependency on jQuery
Browse files Browse the repository at this point in the history
This package references `$`, but doesn't declare a dependency on jQuery.
  • Loading branch information
Sashko Stubailo committed Nov 6, 2015
1 parent 1034f61 commit d41403f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Package.onUse(function(api) {
api.use([
'blaze',
'reactive-dict',
'templating'
'templating',
'jquery'
], 'client');

api.use([
Expand Down

0 comments on commit d41403f

Please sign in to comment.