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

Commit

Permalink
Merge pull request #141 from auth0-extensions/4.7.0
Browse files Browse the repository at this point in the history
4.7.0
  • Loading branch information
Chris Geihsler authored Mar 31, 2021
2 parents 8715ba2 + 051c443 commit c122988
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 561 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-source-control-extension-tools",
"version": "4.6.0",
"version": "4.7.0",
"description": "Supporting tools for the Source Control extensions",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/auth0/handlers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import * as roles from './roles';
import * as branding from './branding';
import * as prompts from './prompts';
import * as migrations from './migrations';
import * as organizations from './organizations';

export {
rules,
Expand All @@ -44,6 +43,5 @@ export {
roles,
branding,
prompts,
migrations,
organizations
migrations
};
191 changes: 0 additions & 191 deletions src/auth0/handlers/organizations.js

This file was deleted.

Loading

0 comments on commit c122988

Please sign in to comment.