small lint fix

This commit is contained in:
Philipp Kunz 2016-02-23 09:38:17 +01:00
parent e43322defd
commit 9edcf5140d

View File

@ -23,7 +23,7 @@ class ProjectinfoNPM {
this.git = plugins.smartstring.git(this.packageJson.repository.url,optionsArg.gitAccessToken);
};
}
};
}
export = ProjectinfoNPM;