Update package

pull/6548/merge
Chocobozzz 2024-12-02 08:41:26 +01:00
parent c904f8fbfe
commit 32303b40e3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 4 additions and 6 deletions

View File

@ -18,8 +18,6 @@
"lint-scss": "stylelint 'src/**/*.scss'",
"eslint": "eslint",
"ng": "ng",
"webdriver-manager": "webdriver-manager",
"ngx-extractor": "ngx-extractor",
"stylelint": "stylelint"
},
"browser": {

View File

@ -1,3 +1,3 @@
tsconfig.json
*.ts
vite.config.mjs
/tsconfig.json
/*.ts
/vite.config.mjs

View File

@ -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"