diff --git a/package-overrides/github/CodeSeven/toastr@2.1.1.json b/package-overrides/github/CodeSeven/toastr@2.1.1.json new file mode 100644 index 0000000..ef4fd88 --- /dev/null +++ b/package-overrides/github/CodeSeven/toastr@2.1.1.json @@ -0,0 +1,22 @@ +{ + "main": "toastr", + "registry": "github", + "format": "global", + "dependencies": { + "jquery": "github:components/jquery@2.1.3", + "css": "github:systemjs/plugin-css@^0.1.13" + }, + "files": [ + "toastr.css", + "toastr" + ], + "shim": { + "toastr": { + "deps": [ + "jquery", + "./toastr.css!" + ], + "exports": "toastr" + } + } +}, diff --git a/registry.json b/registry.json index 49be97a..541c531 100644 --- a/registry.json +++ b/registry.json @@ -391,6 +391,7 @@ "threestrap": "github:unconed/threestrap", "theseus": "npm:theseus", "theseus-angular": "npm:theseus-angular", + "toastr": "github:CodeSeven/toastr", "topo": "github:capaj/topo-browser", "timers": "github:jspm/nodelibs-timers", "tinycolor": "github:bgrins/TinyColor",