Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "is-glob", | ||
"description": "Returns `true` if the given string looks like a glob pattern.", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/jonschlinkert/is-glob", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -24,2 +24,4 @@ # is-glob [![NPM version](https://badge.fury.io/js/is-glob.svg)](http://badge.fury.io/js/is-glob) | ||
//=> 'true' | ||
isGlob('abc/{a,b}.js'); | ||
//=> 'true' | ||
isGlob('abc.js'); | ||
@@ -36,3 +38,3 @@ //=> 'false' | ||
```bash | ||
node i -d && mocha | ||
npm i -d && mocha | ||
``` | ||
@@ -39,0 +41,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
3533
56