Added the proper shim for jquery dependency.

This commit is contained in:
tejens
2015-01-26 11:00:04 -05:00
parent 32796935a6
commit f8addab199
@@ -6,5 +6,11 @@
"registry": "jspm",
"dependencies": {
"jquery": "^1.11.2"
},
"shim": {
"js/jquery.dataTables": {
"imports": "jquery",
"exports": "$"
}
}
}