Fix issue where jspm could not find jquery

This commit is contained in:
Josh Graham
2015-09-21 12:34:32 -05:00
parent caf8d10fba
commit b4ab345be6
@@ -3,8 +3,8 @@
"registry": "github",
"format": "global",
"dependencies": {
"jquery": "*",
"css": "*"
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
},
"files": [
"toastr.css",