Added the proper shim for jquery dependency.
This commit is contained in:
@@ -6,5 +6,11 @@
|
|||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "^1.11.2"
|
"jquery": "^1.11.2"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"js/jquery.dataTables": {
|
||||||
|
"imports": "jquery",
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user