Skip to content

Commit

Permalink
Merge pull request #18 from hlxjs/routines/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kuu committed Sep 28, 2019
2 parents 96d90c5 + b7aa19e commit cef7a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"debug": "^4.1.1",
"hls-parser": "^0.4.5",
"hlx-util": "0.0.8"
"hlx-util": "0.0.9"
},
"devDependencies": {
"ava": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/spec/file.spec.js
Expand Up @@ -25,7 +25,7 @@ test.cb('file.storeData.Buffer', t => {

storeData({uri: 'ghi.mp4?foo=bar', parentUri: 'http://foo.bar.com/main.m3u8', data: Buffer.alloc(10)}, {inputDir: '/does/not/matter', outputDir: '/abc/def/'})
.then(destPath => {
t.is(destPath, '/abc/def/ghi.mp4');
t.is(destPath, '/abc/def/foo.bar.com/ghi.mp4');
t.is(spyWriteFile.callCount, 1);
t.end();
});
Expand Down

0 comments on commit cef7a00

Please sign in to comment.