This commit is contained in:
2016-06-05 23:27:19 +02:00
parent 198b35b0c6
commit b84152aac2
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ import * as plugins from "./npmci.plugins";
export let cwd = process.cwd();
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");#
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json")