Merge pull request #572 from aaronroberson/master

feat(registry): add cloudinary to registry
This commit is contained in:
Guy Bedford
2015-09-21 16:15:45 +02:00
2 changed files with 17 additions and 0 deletions
@@ -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"
]
}
}
}
+1
View File
@@ -154,6 +154,7 @@
"child_process": "github:jspm/nodelibs-child_process",
"chosen": "github:harvesthq/chosen",
"chronoman": "npm:chronoman",
"cloudinary_js": "github:cloudinary/cloudinary_js",
"cluster": "github:jspm/nodelibs-cluster",
"cola": "github:cujojs/cola",
"comma-separated-values": "github:knrz/CSV.js",