@akromio/doubles
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@akromio/doubles", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Test doubles library.", | ||
@@ -11,8 +11,2 @@ "homepage": "https://akromio.com", | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Raúl G. González", | ||
"email": "raulggonzalez@siacodelabs.com" | ||
} | ||
], | ||
"publishConfig": { | ||
@@ -26,3 +20,3 @@ "access": "public" | ||
"bugs": { | ||
"url": "https://github.com/akromio/doubles/issues", | ||
"url": "https://github.com/akromio/nodejs-doubles/issues", | ||
"email": "bugs@akromio.com" | ||
@@ -32,3 +26,3 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/akromio/doubles.git" | ||
"url": "https://github.com/akromio/nodejs-doubles.git" | ||
}, | ||
@@ -61,3 +55,4 @@ "preferGlobal": false, | ||
"cov": "c8 mocha --config .mocharc.yaml" | ||
} | ||
}, | ||
"gitHead": "d7ea512335b208d8ef85aa7073c660a087169f23" | ||
} |
66359