standard-engine
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -98,4 +98,3 @@ module.exports.cli = require('./bin/cmd') | ||
useGitIgnore: true, | ||
usePackageJson: true, | ||
configKey: self.cmd | ||
usePackageJson: false | ||
} | ||
@@ -146,2 +145,3 @@ | ||
if (packageOpts) { | ||
setIgnore(packageOpts.ignore) | ||
setGlobals(packageOpts.globals || packageOpts.global) | ||
@@ -154,2 +154,7 @@ setPlugins(packageOpts.plugins || packageOpts.plugin) | ||
function setIgnore (ignore) { | ||
if (!ignore) return | ||
opts.ignore = opts.ignore.concat(ignore) | ||
} | ||
function setGlobals (globals) { | ||
@@ -156,0 +161,0 @@ if (!globals) return |
{ | ||
"name": "standard-engine", | ||
"description": "Wrap your standards in a tortilla and cover it in special sauce.", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"author": "Dan Flettre <flettre@gmail.com> (http://twitter.com/flettre/)", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"deglob": "^2.0.0", | ||
"deglob": "^2.1.0", | ||
"find-root": "^1.0.0", | ||
@@ -13,0 +13,0 @@ "get-stdin": "^5.0.1", |
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
33018
480
Updateddeglob@^2.1.0