diff --git a/README.md b/README.md index 0f221bd..dd42b77 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Exclude keys to compare from a deep equal operation with chai [expect](http://ch Sometimes you'll need to exclude object properties that generate unique values while doing a deep equal operation. This plugin makes it easier to remove those properties from comparison. -https://github.com/chaijs/chai/issues/885 - Works with both objects and array of objects with or without circular references. ## Installation diff --git a/package.json b/package.json index 6d90b56..c8dc35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chai-exclude", - "version": "2.1.0", + "version": "2.1.1", "description": "Exclude keys to compare from a deep equal operation with chai expect and assert", "main": "chai-exclude.js", "types": "index.d.ts",