Skip to content

Commit

Permalink
Update tinyh264 to v0.0.6
Browse files Browse the repository at this point in the history
remove unnecessary dependencies
  • Loading branch information
drauggres committed Aug 26, 2020
1 parent 7a8f14d commit 1e40095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Be advised and keep in mind:
* [oneam/h264bsd](https://github.com/oneam/h264bsd)
* [mbebenita/Broadway](https://github.com/mbebenita/Broadway)
* [openstf/adbkit](https://github.com/openstf/adbkit)
* [openstf/adbkit-logcat](https://github.com/openstf/adbkit-logcat)
* [xtermjs/xterm.js](https://github.com/xtermjs/xterm.js)
* [udevbe/tinyh264](https://github.com/udevbe/tinyh264)

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"license": "MIT",
"dependencies": {
"adbkit": "^2.11.1",
"adbkit-logcat": "^2.0.1",
"node-pty": "^0.9.0",
"tslib": "^1.9.3",
"ws": "^7.2.3"
Expand All @@ -38,7 +37,6 @@
"@types/ws": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"babel-runtime": "^6.26.0",
"buffer": "^5.2.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
Expand All @@ -52,7 +50,7 @@
"rimraf": "^3.0.0",
"svg-inline-loader": "^0.8.2",
"sylvester.js": "^0.1.1",
"tinyh264": "0.0.5",
"tinyh264": "0.0.6",
"typescript": "^3.4.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
Expand Down

0 comments on commit 1e40095

Please sign in to comment.