Skip to content

Commit

Permalink
fix: Prevent broken "yarn install"
Browse files Browse the repository at this point in the history
closes #3

- trace and clarify are now optional dependencies which which means that
  they are not installed on node 8
  • Loading branch information
nknapp committed Jan 9, 2018
1 parent 809eac9 commit 2002550
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"version": "thoughtful changelog -o -a && npm run thought",
"coverage": "istanbul cover ./node_modules/.bin/_mocha"
},
"dependencies": {
"optionalDependencies": {
"clarify": "^2.0.0",
"trace": "^2.4.0"
},
Expand Down

0 comments on commit 2002550

Please sign in to comment.