just-compare
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "just-compare", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "compare two collections", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c" | ||
}, | ||
@@ -22,2 +31,2 @@ "repository": "https://github.com/angus-c/just", | ||
} | ||
} | ||
} |
7244
6
161