Skip to content

Commit

Permalink
Bump oauth-encryption dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Mar 31, 2015
1 parent 56a8ec7 commit 3977f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oauth-encryption/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Package.describe({
});

Package.onUse(function (api) {
api.use("npm-node-aes-gcm@=0.1.3_5");
api.use("npm-node-aes-gcm@=0.1.3_6");

api.export("OAuthEncryption", ["server"]);
api.use("underscore");
Expand Down

0 comments on commit 3977f8c

Please sign in to comment.