Another attempt at Auth0 Lock w/ Aurelia

This commit is contained in:
Daniel J. Summers 2017-06-01 21:31:25 -05:00
parent 55cf47af18
commit 0ce5824c55
2 changed files with 13 additions and 2 deletions

View File

@ -155,8 +155,9 @@
}, },
{ {
"name": "auth0-lock", "name": "auth0-lock",
"path": "../node_modules/auth0-lock", "path": "lib",
"main": "lib/index" "main": "lock.min",
"exports": "Auth0Lock"
} }
] ]
} }

10
src/app/src/lib/lock.min.js vendored Normal file

File diff suppressed because one or more lines are too long