Browse Source

fix: add website link (#33)

master v3.1.2
DoneDeal0 6 months ago committed by GitHub
parent
commit
d21a35facb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -12,6 +12,8 @@ @@ -12,6 +12,8 @@
This library compares two arrays or objects and returns a full diff of their differences.
The documentation is also available on our [website](https://superdiff.gitbook.io/donedeal0-superdiff)!
<hr/>
## WHY YOU SHOULD USE THIS LIBRARY

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "@donedeal0/superdiff",
"version": "3.2.0",
"version": "3.1.2",
"type": "module",
"description": "SuperDiff compares two arrays or objects and returns a full diff of their differences",
"main": "dist/index.js",

Loading…
Cancel
Save