feat: provide usable UMD builds for all packages (#2141)
This commit is contained in:
committed by
Shawn Erquhart
parent
1d935c704d
commit
82cc7941cc
@ -22,13 +22,8 @@
|
||||
"dependencies": {
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immutable": "^3.7.6",
|
||||
"lodash": "^4.13.1"
|
||||
"lodash": "^4.17.11"
|
||||
}
|
||||
}
|
||||
|
@ -1,2 +1,4 @@
|
||||
export NetlifyAuthenticator from './netlify-auth';
|
||||
export ImplicitAuthenticator from './implicit-oauth';
|
||||
import NetlifyAuthenticator from './netlify-auth';
|
||||
import ImplicitAuthenticator from './implicit-oauth';
|
||||
export const NetlifyCmsLibAuth = { NetlifyAuthenticator, ImplicitAuthenticator };
|
||||
export { NetlifyAuthenticator, ImplicitAuthenticator };
|
||||
|
Reference in New Issue
Block a user