Merge pull request #572 from aaronroberson/master
feat(registry): add cloudinary to registry
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "js/jquery.cloudinary",
|
||||
"map": {
|
||||
"jquery.ui.widget": "./js/jquery.ui.widget"
|
||||
},
|
||||
"shim": {
|
||||
"js/jquery.cloudinary": {
|
||||
"exports": "$",
|
||||
"deps": [
|
||||
"./jquery.ui.widget",
|
||||
"./jquery.iframe-transport",
|
||||
"./jquery.fileupload"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user