Skip to content

Commit

Permalink
feat: pjson interface has devDependencies (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 16, 2022
1 parent b0cd23d commit 4378886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/pjson.ts
Expand Up @@ -3,6 +3,7 @@ import {HelpOptions} from './help'
export interface PJSON {
[k: string]: any;
dependencies?: {[name: string]: string};
devDependencies?: {[name: string]: string};
oclif: {
schema?: number;
};
Expand Down

0 comments on commit 4378886

Please sign in to comment.