Comparing version 10.1.0 to 10.1.1
{ | ||
"name": "yargs", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "yargs the modern, pirate-themed, successor to optimist.", | ||
@@ -29,3 +29,3 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"chai": "^4.1.2", | ||
"chalk": "^1.1.3", | ||
@@ -32,0 +32,0 @@ "coveralls": "^2.11.11", |
@@ -505,3 +505,3 @@ 'use strict' | ||
const pkgJsonPath = findUp.sync('package.json', { | ||
cwd: path || require('require-main-filename')(parentRequire || require), | ||
cwd: path || require('path').dirname(require('require-main-filename')(parentRequire || require)), | ||
normalize: false | ||
@@ -508,0 +508,0 @@ }) |
Sorry, the diff of this file is too big to display
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
210736