Comparing version 3.3.9 to 3.3.10
@@ -23,6 +23,6 @@ interface Ignore { | ||
/** | ||
* Creates a filter function which could filter | ||
* Creates a filter function which could filter | ||
* an array of paths with Array.prototype.filter. | ||
*/ | ||
createFilter(): (path: string) => Ignore | ||
createFilter(): (path: string) => boolean | ||
@@ -42,2 +42,2 @@ /** | ||
export = ignore | ||
export default ignore |
{ | ||
"name": "ignore", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "Ignore is a manager and filter for .gitignore rules.", | ||
@@ -13,4 +13,5 @@ "main": "./ignore.js", | ||
"build": "babel -o ignore.js index.js", | ||
"test": "npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov", | ||
"test-no-cov": "npm run build && mocha --reporter spec ./test/ignore.js", | ||
"tsc": "tsc ./test/ts/simple.ts", | ||
"test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov", | ||
"test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js", | ||
"cov-report": "istanbul report" | ||
@@ -46,3 +47,3 @@ }, | ||
"chai": "~1.7.2", | ||
"codecov": "^1.0.1", | ||
"codecov": "^3.0.2", | ||
"istanbul": "^0.4.5", | ||
@@ -54,4 +55,5 @@ "mkdirp": "^0.5.1", | ||
"spawn-sync": "^1.0.15", | ||
"tmp": "0.0.33" | ||
"tmp": "0.0.33", | ||
"typescript": "^2.9.2" | ||
} | ||
} |
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
21713
12