@fivethree/billy-core
Advanced tools
Comparing version 0.5.4 to 0.6.0
@@ -53,3 +53,3 @@ "use strict"; | ||
getParamLanes() { | ||
const packageJSON = this.parseJSON(`${this.appDir}/../package.json`); | ||
const packageJSON = this.parseJSON(`${this.appDir}/../../package.json`); | ||
let program = commander | ||
@@ -56,0 +56,0 @@ .version(packageJSON.version); |
{ | ||
"name": "@fivethree/billy-core", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "cli plugin system core.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -41,3 +41,3 @@ import { LaneType, LaneContext, JobType, HookType, HookName } from './types'; | ||
getParamLanes(): LaneType[] { | ||
const packageJSON = this.parseJSON(`${this.appDir}/../package.json`); | ||
const packageJSON = this.parseJSON(`${this.appDir}/../../package.json`); | ||
let program = commander | ||
@@ -44,0 +44,0 @@ .version(packageJSON.version); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21329