aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-01 19:09:37 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-01 19:09:37 +0200
commitad4d93a074c2593b433eec910a5201ddcdee22d6 (patch)
treeb3b6d0a594dfb92dd4485ffc5de212f1d2349984
parentd3ef341abe8fb890a085189f5e4d0a5bd38d0172 (diff)
downloadPeerTube-ad4d93a074c2593b433eec910a5201ddcdee22d6.tar.gz
PeerTube-ad4d93a074c2593b433eec910a5201ddcdee22d6.tar.zst
PeerTube-ad4d93a074c2593b433eec910a5201ddcdee22d6.zip
Add jquery and jquery.fileupload to typings.json
-rw-r--r--client/typings.json2
1 files changed, 2 insertions, 0 deletions
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 @@
2 "globalDependencies": { 2 "globalDependencies": {
3 "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654", 3 "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
4 "jasmine": "registry:dt/jasmine#2.2.0+20160412134438", 4 "jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
5 "jquery": "registry:dt/jquery#1.10.0+20160417213236",
6 "jquery.fileupload": "registry:dt/jquery.fileupload#5.40.1+20160316155526",
5 "node": "registry:dt/node#4.0.0+20160509154515" 7 "node": "registry:dt/node#4.0.0+20160509154515"
6 } 8 }
7} 9}