Skip to content

Commit

Permalink
chore: update to use vhs-utils 3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jan 11, 2021
1 parent aed7652 commit 8ead5d9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
10
27 changes: 21 additions & 6 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
Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^2.2.1",
"@videojs/vhs-utils": "^3.0.0",
"global": "^4.3.2",
"pkcs7": "^1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/async-stream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file async-stream.js
*/
import Stream from '@videojs/vhs-utils/dist/stream.js';
import Stream from '@videojs/vhs-utils/es/stream.js';

/**
* A wrapper around the Stream class to use setTimeout
Expand Down

0 comments on commit 8ead5d9

Please sign in to comment.