Fix issue where jspm could not find jquery
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"registry": "github",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"css": "*"
|
||||
"jquery": "github:components/jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": [
|
||||
"toastr.css",
|
||||
|
||||
Reference in New Issue
Block a user