Update package
This commit is contained in:
parent
c904f8fbfe
commit
32303b40e3
|
@ -18,8 +18,6 @@
|
||||||
"lint-scss": "stylelint 'src/**/*.scss'",
|
"lint-scss": "stylelint 'src/**/*.scss'",
|
||||||
"eslint": "eslint",
|
"eslint": "eslint",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"webdriver-manager": "webdriver-manager",
|
|
||||||
"ngx-extractor": "ngx-extractor",
|
|
||||||
"stylelint": "stylelint"
|
"stylelint": "stylelint"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tsconfig.json
|
/tsconfig.json
|
||||||
*.ts
|
/*.ts
|
||||||
vite.config.mjs
|
/vite.config.mjs
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@peertube/embed-api",
|
"name": "@peertube/embed-api",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "API to communicate with the PeerTube player embed",
|
"description": "API to communicate with the PeerTube player embed",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf ./build ./dist && ../../../node_modules/.bin/tsc && ../../../node_modules/.bin/vite build --mode production --config ./vite.config.mjs"
|
"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