Fix issue where jspm could not find jquery
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user