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

Commit

Permalink
fix: move globby to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 24, 2018
1 parent e735ace commit 9f07b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,10 @@ class App extends Generator {
'@oclif/config',
'@oclif/command',
'@oclif/plugin-help',
'globby',
)
devDependencies.push(
'@oclif/dev-cli',
'globby',
)
}
if (this.mocha) {
Expand Down

0 comments on commit 9f07b24

Please sign in to comment.