|
@ -1,12 +1,13 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "@codefeathers/iseq", |
|
|
"name": "@codefeathers/iseq", |
|
|
"version": "1.1.0", |
|
|
"version": "1.2.0", |
|
|
"description": "Deep compare objects and arrays", |
|
|
"description": "Deep compare objects and arrays", |
|
|
"main": "umd/isEq.min.js", |
|
|
"main": "umd/isEq.min.js", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"test": "jasmine", |
|
|
"build": "./build.sh", |
|
|
"build": "jasmine && ./build.sh", |
|
|
"prepublishOnly": "./build.sh" |
|
|
"prepublishOnly": "jasmine && ./build.sh", |
|
|
|
|
|
"release": "npm test && npm build && npm publish" |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|