typo fix in name
This commit is contained in:
parent
0f3e8be43b
commit
24656a20fa
|
@ -1196,5 +1196,10 @@ public class NpmPackage {
|
||||||
return fromPackage(new ByteArrayInputStream(res.getContent()));
|
return fromPackage(new ByteArrayInputStream(res.getContent()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "NpmPackage "+name()+"#"+version()+" [path=" + path + "]";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue