diff --git a/package-lock.json b/package-lock.json index b0a5d24..b48ec12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compare-anything", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "compare-anything", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "filter-anything": "^4.0.1", diff --git a/package.json b/package.json index 6ba19f1..ffc478b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compare-anything", - "version": "2.0.1", + "version": "2.0.2", "description": "Compares objects and arrays and tells you which props or values are duplicates, and which are only present once.", "type": "module", "sideEffects": false,