Comparing version 2.2.10 to 2.2.11
{ | ||
"name": "ignore", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "Ignore is a manager and filter for .gitignore rules.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -115,3 +115,3 @@ # ignore [![NPM version](https://badge.fury.io/js/ignore.png)](http://badge.fury.io/js/ignore) [![Build Status](https://travis-ci.org/kaelzhang/node-ignore.png?branch=master)](https://travis-ci.org/kaelzhang/node-ignore) [![Dependency Status](https://gemnasium.com/kaelzhang/node-ignore.png)](https://gemnasium.com/kaelzhang/node-ignore) | ||
``` | ||
```js | ||
[ | ||
@@ -126,3 +126,3 @@ 'a/a.js' | ||
``` | ||
```js | ||
var glob = require('glob'); | ||
@@ -129,0 +129,0 @@ glob('**', function(err, files){ |
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
26542