Skip to content

Commit 0b638e7

Browse files
committed
Update common lib
1 parent c34b472 commit 0b638e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@ export class StaticConfig extends staticConfigBaseLibPath.StaticConfigBase imple
5757
public get HTML_CLI_HELPERS_DIR(): string {
5858
return path.join(__dirname, "../docs/helpers");
5959
}
60+
61+
public get pathToPackageJson(): string {
62+
return path.join(__dirname, "..", "package.json");
63+
}
6064
}
6165
$injector.register("staticConfig", StaticConfig);

0 commit comments

Comments
 (0)