Skip to content

Commit

Permalink
Merge pull request #130 from thepower/feat/plugin-not-found
Browse files Browse the repository at this point in the history
added plugin plugin-not-found to cli
  • Loading branch information
jackkru69 authored Jun 19, 2024
2 parents 5ba4f54 + 151963d commit 89c6eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@oclif/core": "^4",
"@oclif/plugin-autocomplete": "^3.1.4",
"@oclif/plugin-help": "^6",
"@oclif/plugin-not-found": "^3.2.5",
"@oclif/plugin-plugins": "^5",
"@oclif/plugin-update": "^4.4.2",
"@thepowereco/tssdk": "^2.1.1",
Expand Down Expand Up @@ -76,7 +77,8 @@
"@oclif/plugin-help",
"@oclif/plugin-plugins",
"@oclif/plugin-update",
"@oclif/plugin-autocomplete"
"@oclif/plugin-autocomplete",
"@oclif/plugin-not-found"
],
"topicSeparator": " ",
"topics": {
Expand All @@ -92,4 +94,4 @@
}
},
"types": "dist/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@
dependencies:
"@oclif/core" "^4"

"@oclif/plugin-not-found@^3.2.3":
"@oclif/plugin-not-found@^3.2.3", "@oclif/plugin-not-found@^3.2.5":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.5.tgz#f7db68c2684294f4261bdc9b12eee464b4597945"
integrity sha512-C3YgT46dQpVs0DkXECTVrlg8KeOzLAOXFpmCYMPQQU3siptliep2eESjXrFm9VL+jZijGJjyckwQgn/X5zq1LQ==
Expand Down

0 comments on commit 89c6eff

Please sign in to comment.