Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from sgmeyer/master
Browse files Browse the repository at this point in the history
Updating to auth0-express-extensions v1.0.2
  • Loading branch information
CriGoT authored Feb 20, 2018
2 parents 30fc801 + c7835ab commit 540ed7a
Show file tree
Hide file tree
Showing 4 changed files with 1,230 additions and 399 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = externalModules.then((externals) => {
externals.compatible.auth0 = '[email protected]';
externals.compatible['auth0-oauth2-express'] = '[email protected]';
externals.compatible.nconf = true;
externals.compatible['auth0-extension-express-tools'] = '[email protected].1';
externals.compatible['auth0-extension-express-tools'] = '[email protected].2';
externals.compatible['lru-memoizer'] = '[email protected]';
externals.compatible['auth0-extension-tools'] = '[email protected]';
externals.compatible['node-uuid'] = true;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli-extension",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Auth0 Deploy Extension allows you to use the Auth0 Deploy CLI to configure your Auth0 Tenant",
"engines": {
"node": "5.9.0"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"async": "^1.5.2",
"auth0": "^2.4.0",
"auth0-extension-express-tools": "1.0.1",
"auth0-extension-express-tools": "1.0.2",
"auth0-extension-tools": "1.0.0",
"auth0-extension-ui": "0.14.0",
"axios": "^0.15.0",
Expand Down
Loading

0 comments on commit 540ed7a

Please sign in to comment.