mirror of https://github.com/Chocobozzz/PeerTube
Update package
parent
c904f8fbfe
commit
32303b40e3
|
@ -18,8 +18,6 @@
|
|||
"lint-scss": "stylelint 'src/**/*.scss'",
|
||||
"eslint": "eslint",
|
||||
"ng": "ng",
|
||||
"webdriver-manager": "webdriver-manager",
|
||||
"ngx-extractor": "ngx-extractor",
|
||||
"stylelint": "stylelint"
|
||||
},
|
||||
"browser": {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tsconfig.json
|
||||
*.ts
|
||||
vite.config.mjs
|
||||
/tsconfig.json
|
||||
/*.ts
|
||||
/vite.config.mjs
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue