feat(registry): add cloudinary to registry

Add cloudinary_js to registry and include overrides for dependent files
This commit is contained in:
Aaron Roberson
2015-09-17 11:49:32 -07:00
parent 9b8d15fdb3
commit aabce3018a
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
"github:cloudinary/cloudinary_js@1.0.25": {
"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"
]
}
}
}