mirror of https://github.com/OpenVidu/openvidu.git
NPM package.json files updated
parent
64359cd8ef
commit
7ecd70f7d5
|
@ -2,6 +2,8 @@
|
|||
"name": "openvidu-browser",
|
||||
"version": "1.1.0",
|
||||
"description": "OpenVidu Browser",
|
||||
"author": "OpenVidu",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/OpenVidu/openvidu"
|
||||
|
@ -16,8 +18,6 @@
|
|||
"prepublish": "cd ts && tsc",
|
||||
"developing": "cd ts && tsc -w"
|
||||
},
|
||||
"author": "OpenVidu",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"wolfy87-eventemitter": "4.2.9",
|
||||
"@types/wolfy87-eventemitter": "4.2.31",
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"name": "openvidu-node-client",
|
||||
"version": "1.1.0",
|
||||
"description": "OpenVidu Node Client",
|
||||
"author": "OpenVidu",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/OpenVidu/openvidu"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue