Skip to content

Commit

Permalink
Merge pull request #574 from stubailo/patch-1
Browse files Browse the repository at this point in the history
Record dependency on jQuery
  • Loading branch information
splendido committed Nov 6, 2015
2 parents 3e93c1c + d41403f commit 2e67cc7
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 2e67cc7

Please sign in to comment.