diff --git a/OPEN-SOURCE-LICENSES.md b/OPEN-SOURCE-LICENSES.md index dc48e6f..9311f9f 100644 --- a/OPEN-SOURCE-LICENSES.md +++ b/OPEN-SOURCE-LICENSES.md @@ -5,6 +5,9 @@ **async** Copyright (c) 2010-2016 Caolan McMahon +**commander** +Copyright (c) 2011 TJ Holowaychuk + **fluent-ffmpeg** Copyright (c) 2011-2015 The fluent-ffmpeg contributors diff --git a/package.json b/package.json index db5c738..0f97f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "badger-am", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "description": "audio manager", "author": "Daniel Sommer ", @@ -26,6 +26,7 @@ ], "dependencies": { "async": "^2.1.5", + "commander": "^2.9.0", "fluent-ffmpeg": "^2.1.0", "fs-extra": "^2.1.2", "musicmetadata": "^2.0.5",