diff --git a/openvidu-browser/package.json b/openvidu-browser/package.json index 8bc01d3b..39b44a36 100644 --- a/openvidu-browser/package.json +++ b/openvidu-browser/package.json @@ -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", diff --git a/openvidu-node-client/package.json b/openvidu-node-client/package.json index fb98b368..33fbfc7d 100644 --- a/openvidu-node-client/package.json +++ b/openvidu-node-client/package.json @@ -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": {