Skip to content

Commit

Permalink
Removed async package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd Tieleman committed Mar 30, 2015
1 parent a254879 commit 608fe52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## test-engine-live-tools 1.0.1 (2015/03/30) ##

* Removed unused package async.

## test-engine-live-tools 1.0.0 (2014/11/27) ##

* Initial release
3 changes: 1 addition & 2 deletions lib/packager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var async = require('async'),
child_process = require('child_process'),
var child_process = require('child_process'),
path = require('path'),
config = require('./config'),
fs = require('fs');
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-engine-live-tools",
"description": "NodeJS tools to live stream an MPEG-TS using MPEG-DASH",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["transcoding", "ffmpeg", "video", "mpeg", "dash", "MP4Box"],
"repository": {
"type": "git",
Expand All @@ -13,7 +13,6 @@
},
"dependencies": {
"mkdirp": "~0.5.0",
"async": "~0.9.0",
"minimist": "~1.1.0"
},
"licenses": [{
Expand Down

0 comments on commit 608fe52

Please sign in to comment.