From 03d641a0d7f996de44ec898ad739bc4050514ba1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Dec 2019 16:17:22 +0100 Subject: Add embed api build --- client/src/standalone/player/package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'client/src/standalone/player/package.json') diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json index b056de718..591c3ee3d 100644 --- a/client/src/standalone/player/package.json +++ b/client/src/standalone/player/package.json @@ -1,6 +1,7 @@ { "name": "@peertube/embed-api", - "version": "1.0.0", + "private": false, + "version": "0.0.1", "description": "API to communicate with the PeerTube player embed", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -13,11 +14,15 @@ "peertube", "embed" ], - "main": "./player.ts", + "main": "./dist/player.js", + "types": "./dist/player.d.ts", "author": "Chocobozzz", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/Chocobozzz/PeerTube/issues" }, - "homepage": "https://github.com/Chocobozzz/PeerTube#readme" + "homepage": "https://github.com/Chocobozzz/PeerTube#readme", + "dependencies": { + "jschannel": "^1.0.2" + } } -- cgit v1.2.3