From: Chocobozzz Date: Wed, 1 Jun 2016 17:09:37 +0000 (+0200) Subject: Add jquery and jquery.fileupload to typings.json X-Git-Tag: v0.0.1-alpha~889 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=ad4d93a074c2593b433eec910a5201ddcdee22d6;p=github%2FChocobozzz%2FPeerTube.git Add jquery and jquery.fileupload to typings.json --- diff --git a/client/typings.json b/client/typings.json index 9a8891f25..ff8b56a48 100644 --- a/client/typings.json +++ b/client/typings.json @@ -2,6 +2,8 @@ "globalDependencies": { "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654", "jasmine": "registry:dt/jasmine#2.2.0+20160412134438", + "jquery": "registry:dt/jquery#1.10.0+20160417213236", + "jquery.fileupload": "registry:dt/jquery.fileupload#5.40.1+20160316155526", "node": "registry:dt/node#4.0.0+20160509154515" } }