aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 15:19:42 +0100
committerChocobozzz <me@florianbigard.com>2019-12-18 10:14:24 +0100
commit478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (patch)
tree7c3f253ab79074c76a6a6d28c906b5531d7f4b0d /client/package.json
parent6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (diff)
downloadPeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.gz
PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.zst
PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.zip
Add package.json for embed api
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 7a805ad17..53aedfebd 100644
--- a/client/package.json
+++ b/client/package.json
@@ -2,7 +2,7 @@
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "2.0.0", 3 "version": "2.0.0",
4 "private": true, 4 "private": true,
5 "licence": "GPLv3", 5 "license": "AGPL-3.0",
6 "author": { 6 "author": {
7 "name": "Chocobozzz", 7 "name": "Chocobozzz",
8 "email": "chocobozzz@cpy.re", 8 "email": "chocobozzz@cpy.re",
@@ -22,7 +22,6 @@
22 "webdriver-manager": "webdriver-manager", 22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor" 23 "ngx-extractor": "ngx-extractor"
24 }, 24 },
25 "license": "GPLv3",
26 "typings": "*.d.ts", 25 "typings": "*.d.ts",
27 "resolutions": { 26 "resolutions": {
28 "video.js": "^7", 27 "video.js": "^7",