Skip to content

Commit

Permalink
fix: use correct path for oclif.commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 16, 2021
1 parent 2760180 commit 08bc9f2
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 348 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^0.5.28"
"@oclif/core": "^0.5.29"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"main": "./lib/help.js",
"oclif": {
"commands": "./lib",
"commands": "./lib/commands/",
"bin": "oclif",
"devPlugins": [
"@oclif/plugin-plugins"
Expand Down
Loading

0 comments on commit 08bc9f2

Please sign in to comment.