Update openvidu-components-angular package.json (openvidu-browser version)

pull/726/head
pabloFuente 2022-05-13 12:29:55 +02:00
parent d85bd79da9
commit d04a16a07b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "2.21.0", "version": "2.21.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --configuration development", "start": "ng serve --ssl --configuration development",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200", "start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
"build": "ng build openvidu-components-testapp --configuration production", "build": "ng build openvidu-components-testapp --configuration production",
"lib:serve": "ng build openvidu-angular --watch", "lib:serve": "ng build openvidu-angular --watch",
@ -35,7 +35,7 @@
"@angular/platform-browser-dynamic": "13.0.0", "@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0", "@angular/router": "13.0.0",
"autolinker": "3.14.3", "autolinker": "3.14.3",
"openvidu-browser": "file:openvidu-browser-2.21.0.tgz", "openvidu-browser": "2.21.0",
"rxjs": "7.5.4", "rxjs": "7.5.4",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "0.11.4" "zone.js": "0.11.4"