This commit is contained in:
2017-07-12 15:30:49 +02:00
parent f0664d4c7d
commit 73c37d8bf8
5 changed files with 317 additions and 153 deletions

View File

@@ -13,7 +13,7 @@ export class Npmextra {
/**
* creates instance of Npmextra
*/
constructor(cwdArg?: string) {
constructor (cwdArg?: string) {
if (cwdArg) {
this.cwd = cwdArg
} else {