Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

chore: make @oclif/errors a dependency #90

Merged
merged 2 commits into from
Nov 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {
"@oclif/errors": "^1.2.2",
G-Rath marked this conversation as resolved.
Show resolved Hide resolved
"@oclif/parser": "^3.8.0",
"debug": "^4.1.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/errors": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/indent-string": "^3.2.0",
Expand Down