just-map-values
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "just-map-values", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "map an object, predicate updates values, receives (value, key, object)", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
} | ||
}, | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c" | ||
}, | ||
@@ -10,0 +19,0 @@ "repository": "https://github.com/angus-c/just", |
4493
8
66