validate-glob-opts
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "validate-glob-opts", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Validate glob options", | ||
@@ -8,3 +8,3 @@ "repository": "shinnn/validate-glob-opts", | ||
"scripts": { | ||
"pretest": "eslint --fix --format=codeframe --rule='complexity: off' index.js test.js && buble index.js --output=index-es5.js --yes=dangerousForOf", | ||
"pretest": "eslint --fix --format=codeframe index.js test.js", | ||
"test": "node --throw-deprecation test.js", | ||
@@ -14,5 +14,4 @@ "coverage": "istanbul cover --print=both test.js" | ||
"license": "MIT", | ||
"main": "index-es5.js", | ||
"files": [ | ||
"index-es5.js" | ||
"index.js" | ||
], | ||
@@ -33,3 +32,2 @@ "keywords": [ | ||
"@shinnn/eslint-config-node": "^3.0.0", | ||
"buble": "^0.15.2", | ||
"eslint": "^3.14.1", | ||
@@ -41,4 +39,7 @@ "graceful-fs": "^4.1.11", | ||
"eslintConfig": { | ||
"extends": "@shinnn/node" | ||
"extends": "@shinnn/node", | ||
"rules": { | ||
"complexity": "off" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5
203
11207
1