Skip to content

Commit

Permalink
Adding version constraint for inject-initial
Browse files Browse the repository at this point in the history
  • Loading branch information
rjerrems committed Jun 11, 2015
1 parent 764d4e2 commit 94d1990
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Package.onUse(function(api) {
});

api.use('check', 'server');
api.use('meteorhacks:inject-initial', ['client', 'server']);
api.use('meteorhacks:inject-initial@1.0.2', ['client', 'server']);

api.addFiles('lib/server/rollbar-server.js', 'server');
api.addFiles('lib/client/rollbar-client.js', 'client');
Expand Down

0 comments on commit 94d1990

Please sign in to comment.