enhancement(uploadcare): load uploadcare as module (#2091)

This commit is contained in:
Aleksandr Grenishin
2019-02-13 18:19:33 +03:00
committed by Shawn Erquhart
parent aff9c1a70a
commit 50dab7256d
4 changed files with 73 additions and 89 deletions

View File

@ -26,7 +26,8 @@
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},
"peerDependencies": {
"netlify-cms-lib-util": "^2.0.4"
"dependencies": {
"uploadcare-widget": "^3.6.2",
"uploadcare-widget-tab-effects": "^1.3.0"
}
}