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
+3 -2
View File
@@ -155,8 +155,9 @@
},
{
"name": "auth0-lock",
"path": "../node_modules/auth0-lock",
"main": "lib/index"
"path": "lib",
"main": "lock.min",
"exports": "Auth0Lock"
}
]
}
+10
View File
File diff suppressed because one or more lines are too long