Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aullman committed Sep 30, 2024
1 parent e5c2c8e commit 4a75610
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"name": "opentok-layout-js",
"version": "5.4.0",
"version": "5.5.0",
"homepage": "https://github.com/aullman/opentok-layout-js",
"authors": [
"Adam Ullman <[email protected]>"
],
"authors": ["Adam Ullman <[email protected]>"],
"description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.",
"main": "./opentok-layout.js",
"keywords": [
"opentok",
"webrtc"
],
"keywords": ["opentok", "webrtc"],
"license": "MIT",
"ignore": [
"**/.*",
Expand All @@ -22,6 +17,5 @@
"test",
"tests"
],
"dependencies": {
}
"dependencies": {}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentok-layout-js",
"version": "5.4.0",
"version": "5.5.0",
"description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.",
"main": "opentok-layout.js",
"types": "./types/opentok-layout-js.d.ts",
Expand Down

0 comments on commit 4a75610

Please sign in to comment.