fix npmextra.json not present error

This commit is contained in:
2016-09-25 13:12:16 +02:00
parent d5fea19831
commit 00855e3d63
5 changed files with 10 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ export declare class Npmextra {
cwd: string;
lookupPath: string;
npmextraJsonExists: boolean;
npmextraJsonData: boolean;
npmextraJsonData: any;
/**
* creates instance of Npmextra
*/