@ipld/dag-json
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@ipld/dag-json", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "JSON Directed Acrylic Graph for IPLD", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "nyc --check-coverage --branches 100 --functions 100 --lines 100 aegir test", | ||
"test": "hundreds aegir test", | ||
"pretest": "aegir lint" | ||
@@ -27,4 +27,3 @@ }, | ||
"aegir": "^18.2.2", | ||
"nyc": "^14.1.0", | ||
"standard": "^12.0.1", | ||
"hundreds": "0.0.1", | ||
"tsame": "^2.0.1" | ||
@@ -31,0 +30,0 @@ }, |
3
5328