Browse Source

Fixes

master
Muthu Kumar 7 years ago
parent
commit
022e9a1de7
  1. 4
      README.md
  2. 6
      package.json

4
README.md

@ -26,12 +26,12 @@ Although the intention is deep comparison, `isEq` can compare several datatypes.
Node:
```Shell
npm install --save iseq
npm install --save @codefeathers/iseq
```
In the browser:
```HTML
<script src="https://unpkg.com/iseq">
<script src="https://unpkg.com/@codefeathers/iseq">
```
## Usage

6
package.json

@ -1,8 +1,8 @@
{
"name": "iseq",
"version": "1.0.0",
"name": "@codefeathers/iseq",
"version": "1.0.1",
"description": "Deep compare objects and arrays",
"main": "dist/iseq.js",
"main": "dist/iseq.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

Loading…
Cancel
Save