From 32303b40e36534468cbadb5a4f5c809d96d4035c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 2 Dec 2024 08:41:26 +0100 Subject: [PATCH] Update package --- client/package.json | 2 -- client/src/standalone/embed-player-api/.npmignore | 6 +++--- client/src/standalone/embed-player-api/package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 2c2327f0a..0310eb709 100644 --- a/client/package.json +++ b/client/package.json @@ -18,8 +18,6 @@ "lint-scss": "stylelint 'src/**/*.scss'", "eslint": "eslint", "ng": "ng", - "webdriver-manager": "webdriver-manager", - "ngx-extractor": "ngx-extractor", "stylelint": "stylelint" }, "browser": { diff --git a/client/src/standalone/embed-player-api/.npmignore b/client/src/standalone/embed-player-api/.npmignore index ef214bfc6..a93c614aa 100644 --- a/client/src/standalone/embed-player-api/.npmignore +++ b/client/src/standalone/embed-player-api/.npmignore @@ -1,3 +1,3 @@ -tsconfig.json -*.ts -vite.config.mjs +/tsconfig.json +/*.ts +/vite.config.mjs diff --git a/client/src/standalone/embed-player-api/package.json b/client/src/standalone/embed-player-api/package.json index 51fa5f51e..a78f39c18 100644 --- a/client/src/standalone/embed-player-api/package.json +++ b/client/src/standalone/embed-player-api/package.json @@ -1,7 +1,7 @@ { "name": "@peertube/embed-api", "private": false, - "version": "0.1.0", + "version": "0.2.0", "description": "API to communicate with the PeerTube player embed", "scripts": { "build": "rm -rf ./build ./dist && ../../../node_modules/.bin/tsc && ../../../node_modules/.bin/vite build --mode production --config ./vite.config.mjs"