glob-gitignore
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "glob-gitignore", | ||
"version": "1.0.12", | ||
"description": "Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API", | ||
"version": "1.0.13", | ||
"description": "Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API with NO performance issues", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -19,2 +19,4 @@ [![Build Status](https://travis-ci.org/kaelzhang/node-glob-gitignore.svg?branch=master)](https://travis-ci.org/kaelzhang/node-glob-gitignore) | ||
This module is built to solve performance issues, see [Why](#why). | ||
## Install | ||
@@ -21,0 +23,0 @@ |
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
12076
122