Skip to content

Commit

Permalink
Use underscore in oauth-encryption package
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed May 21, 2014
1 parent c0cc0ec commit 1a95096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oauth-encryption/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Package.describe({

Package.on_use(function (api) {
api.export("OAuthEncryption", ["server"]);
api.use("underscore");
api.add_files("encrypt.js", ["server"]);
});

Expand Down

0 comments on commit 1a95096

Please sign in to comment.