util-array-object-or-both
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "util-array-object-or-both", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Validate and normalise user choice: array, object or both?", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"precommit": "npm test", | ||
"test": "standard && nyc --reporter=html --reporter=text ava" | ||
"test": "clear && standard && nyc --reporter=html --reporter=text ava", | ||
"watch": "nodemon --quiet --watch . --exec npm run test" | ||
}, | ||
@@ -43,4 +44,6 @@ "repository": "codsen/util-array-object-or-both", | ||
"ava": "*", | ||
"clear-cli": "*", | ||
"coveralls": "*", | ||
"husky": "*", | ||
"nodemon": "^1.11.0", | ||
"nyc": "*", | ||
@@ -47,0 +50,0 @@ "standard": "^10.0.2" |
Sorry, the diff of this file is not supported yet
19215
7