Skip to content

Commit

Permalink
Include jquery and toastr.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhagrg committed Apr 19, 2017
1 parent ec24b6d commit 3d07592
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"globalDependencies": {
"jquery": "registry:dt/jquery#1.10.0+20170310222111"
}
}
8 changes: 8 additions & 0 deletions typings/globals/jquery/typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"resolution": "main",
"tree": {
"src": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/f4fdcaca9c94f90442dcedb0c8a84399c47e731f/jquery/index.d.ts",
"raw": "registry:dt/jquery#1.10.0+20170310222111",
"typings": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/f4fdcaca9c94f90442dcedb0c8a84399c47e731f/jquery/index.d.ts"
}
}
6 changes: 6 additions & 0 deletions vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
"core-js": "^2.4.1",
"ng2-tooltip": "0.0.4",
"ng2-youtube-player": "0.0.2",
"ngx-modal": "0.0.29",
"angular2-toaster": "^3.0.1",
"reflect-metadata": "0.1.8",
"notifyjs": "^3.0.0",
"jquery": "^3.2.1",
"toastr": "^2.1.2",
"rxjs": "^5.3.0",
"zone.js": "^0.7.2"
},
Expand All @@ -56,6 +61,7 @@
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"style-loader": "^0.13.2",
"toastr": "^2.1.2",
"ts-loader": "^0.8.1",
"typescript": "^2.3.0",
"typings": "^1.3.2",
Expand Down
5 changes: 4 additions & 1 deletion vendor/typings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"globalDependencies": {
"bootstrap-notify": "registry:dt/bootstrap-notify#3.1.3+20161119044246",
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
"node": "registry:dt/node#6.0.0+20160831021119"
"jquery": "registry:dt/jquery#1.10.0+20170310222111",
"node": "registry:dt/node#6.0.0+20160831021119",
"toastr": "registry:dt/toastr#2.1.3+20170305192644"
}
}

0 comments on commit 3d07592

Please sign in to comment.