diff --git a/bin/thought.js b/bin/thought.js index 19fbc93..e883773 100755 --- a/bin/thought.js +++ b/bin/thought.js @@ -26,8 +26,7 @@ program .version(require('../package').version) .option('-d, --debug', 'higher stack-trace-limit, long stack-traces', function (option) { Error.stackTraceLimit = 30 - require('trace') - require('clarify') + require('trace-and-clarify-if-possible') }) program diff --git a/package.json b/package.json index c914074..f944c77 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ }, "dependencies": { "archy": "^1.0.0", - "clarify": "^2.0.0", "commander": "^2.8.1", "customize": "<1.0.0", "customize-engine-handlebars": "<1.0.0", @@ -54,7 +53,7 @@ "semver": "^5.0.0", "simple-git": "^1.43.0", "stream-collect": "^1.3.0", - "trace": "^2.3.2" + "trace-and-clarify-if-possible": "^1.0.0" }, "devDependencies": { "chai": "^3.2.0",