Skip to content

Commit 4378886

Browse files
authored
feat: pjson interface has devDependencies (#574)
1 parent b0cd23d commit 4378886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/pjson.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {HelpOptions} from './help'
33
export interface PJSON {
44
[k: string]: any;
55
dependencies?: {[name: string]: string};
6+
devDependencies?: {[name: string]: string};
67
oclif: {
78
schema?: number;
89
};

0 commit comments

Comments
 (0)