Merge pull request #384 from codylindley/patch-2

clarify a couple of settings
This commit is contained in:
Guy Bedford
2015-05-14 18:29:09 +02:00
@@ -1,11 +1,13 @@
{ {
"main":"src/js/kendo.ui.core",
"format": "global", "format": "global",
"shim": { "shim": {
"js/kendo.ui.core.min": { "src/js/kendo.ui.core": {
"deps": ["jquery"] "deps": ["jquery"],
"exports": "$"
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "github:components/jquery"
} }
} }