Skip to content

Commit

Permalink
Make alterUser Available in API
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurlburtusa committed Jun 12, 2019
1 parent db6c1bc commit 05a9374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import alterUser from './alterUser'
import createDatabase from './createDatabase'
import createRole from './createRole'
import createUser from './createUser'
Expand All @@ -8,6 +9,7 @@ import grant from './grant'
import revoke from './revoke'

export {
alterUser,
createDatabase,
createRole,
createUser,
Expand All @@ -19,6 +21,7 @@ export {
}

export default {
alterUser,
createDatabase,
createRole,
createUser,
Expand Down

0 comments on commit 05a9374

Please sign in to comment.