Skip to content

Commit

Permalink
Use "trace-and-clarify-if-possible"
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Dec 19, 2016
1 parent 2ecdeba commit c76f64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bin/thought.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c76f64c

Please sign in to comment.