Skip to content

Commit

Permalink
Upgrading to latest version of azure-active-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djluck committed Jun 19, 2015
1 parent 92d2510 commit 1625c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Azure Active Directory",
version: "0.3.1",
version: "1.0.0",
name: "wiseguyeh:accounts-azure-active-directory",
git: "https://github.com/djluck/accounts-azure-active-directory"
});
Expand All @@ -11,7 +11,7 @@ Package.onUse(function(api) {
// Export Accounts (etc) to packages using this one.
api.imply('accounts-base', ['client', 'server']);
api.use('[email protected]', ['client', 'server']);
api.use('wiseguyeh:azure-active-directory@0.3.1', ['client', 'server']);
api.use('wiseguyeh:azure-active-directory@1.0.0', ['client', 'server']);

api.addFiles('azure_ad_login_buttons.css', 'client');

Expand Down

0 comments on commit 1625c7b

Please sign in to comment.