diff --git a/src/interfaces/pjson.ts b/src/interfaces/pjson.ts index 7c7a8ee8..acfa11cd 100644 --- a/src/interfaces/pjson.ts +++ b/src/interfaces/pjson.ts @@ -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; };