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

Commit

Permalink
fix: move debug to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 24, 2018
1 parent 20c8124 commit ff29737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "1.3.59",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {},
"dependencies": {
"debug": "^3.1.0"
},
"devDependencies": {
"@oclif/errors": "^1.0.2",
"@oclif/parser": "^3.2.9",
Expand All @@ -17,7 +19,6 @@
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"debug": "^3.1.0",
"fancy-test": "^1.0.1",
"globby": "^8.0.1",
"mocha": "^5.0.5",
Expand Down

0 comments on commit ff29737

Please sign in to comment.