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", "registry": "github",
"format": "global", "format": "global",
"dependencies": { "dependencies": {
"jquery": "*", "jquery": "github:components/jquery",
"css": "*" "css": "github:systemjs/plugin-css"
}, },
"files": [ "files": [
"toastr.css", "toastr.css",