We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cd23d commit 4378886Copy full SHA for 4378886
src/interfaces/pjson.ts
@@ -3,6 +3,7 @@ import {HelpOptions} from './help'
3
export interface PJSON {
4
[k: string]: any;
5
dependencies?: {[name: string]: string};
6
+ devDependencies?: {[name: string]: string};
7
oclif: {
8
schema?: number;
9
};
0 commit comments