diff --git a/src/index.js b/src/index.js index 4f68aca..bcef218 100644 --- a/src/index.js +++ b/src/index.js @@ -4,13 +4,12 @@ /** Command-line interface (CLI) for HackMyResume. -@license MIT. Copyright (c) 2015 hacksalot (https://github.com/hacksalot) +@license MIT. See LICENSE.md for details. @module index.js */ - try { require('./cli/main')( process.argv );