aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-05 10:05:29 +0200
committerChocobozzz <me@florianbigard.com>2020-06-09 14:52:55 +0200
commit27da4884ed0e5218e6dc84a2079ad21a8922deef (patch)
tree04023d6ef99f5bc837a9deafad6ce2480e1126c0 /client/package.json
parente0ef8dab287c21b3350c61174b7016ded9855611 (diff)
downloadPeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.gz
PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.zst
PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.zip
Use tslib in client
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 474763d35..93c4cef37 100644
--- a/client/package.json
+++ b/client/package.json
@@ -116,6 +116,7 @@
116 "stream-browserify": "^3.0.0", 116 "stream-browserify": "^3.0.0",
117 "stream-http": "^3.0.0", 117 "stream-http": "^3.0.0",
118 "terser-webpack-plugin": "^3.0.0", 118 "terser-webpack-plugin": "^3.0.0",
119 "tslib": "^2.0.0",
119 "tslint": "^6.1.0", 120 "tslint": "^6.1.0",
120 "tslint-angular": "^3.0.2", 121 "tslint-angular": "^3.0.2",
121 "tslint-config-standard": "^9.0.0", 122 "tslint-config-standard": "^9.0.0",
@@ -137,7 +138,6 @@
137 "@ngx-i18nsupport/tooling": "^8.0.3", 138 "@ngx-i18nsupport/tooling": "^8.0.3",
138 "junk": "^3.1.0", 139 "junk": "^3.1.0",
139 "punycode": "^2.1.1", 140 "punycode": "^2.1.1",
140 "simple-get": "^3.1.0", 141 "simple-get": "^3.1.0"
141 "tslib": "^1.10.0"
142 } 142 }
143} 143}