Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Jan 30, 2025
1 parent 0adbfe6 commit 07347d8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moq-js/player",
"version": "0.2.0",
"version": "0.2.2",
"description": "Media over QUIC library",
"license": "(MIT OR Apache-2.0)",
"wc-player": "video-moq/index.ts",
Expand Down Expand Up @@ -58,18 +58,8 @@
"mp4box": "^0.5.2"
},
"browserslist": {
"production": [
"chrome >= 97",
"edge >= 98",
"firefox >= 130",
"opera >= 83",
"safari >= 18"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"production": ["chrome >= 97", "edge >= 98", "firefox >= 130", "opera >= 83", "safari >= 18"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 07347d8

Please sign in to comment.