update smartfile

This commit is contained in:
2016-10-27 19:43:54 +02:00
parent 4fee4ec822
commit f946d5b1d8
11 changed files with 23 additions and 29 deletions

View File

@ -9,7 +9,7 @@ export class ProjectinfoNpm {
git;
constructor(cwdArg:string,optionsArg:{gitAccessToken?:string} = {}){
this.packageJson = plugins.smartfile.local.toObjectSync(
this.packageJson = plugins.smartfile.fs.toObjectSync(
plugins.path.join(
plugins.path.resolve(cwdArg),
"package.json"