matcher-collection
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "matcher-collection", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -14,2 +14,4 @@ # MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection) | ||
```js | ||
const MatcherCollection = require('matcher-collection') | ||
let m = new MatcherCollection([ | ||
@@ -16,0 +18,0 @@ 'tests/', |
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
2074
27