Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "grecaptcha", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "reCAPTCHA v2 client for Node", | ||
"main": "recaptcha.js", | ||
"main": "grecaptcha.js", | ||
"scripts": { | ||
"test": "echo \"Tested before deployment.\" && exit 0", | ||
"test-dev": "node test.js", | ||
"prepublishOnly": "npm run test-dev" | ||
"test": "node test.js" | ||
}, | ||
@@ -33,7 +31,7 @@ "repository": { | ||
"files": [ | ||
"recaptcha.js" | ||
"grecaptcha.js" | ||
], | ||
"dependencies": { | ||
"phin": "^2.8.1" | ||
"centra": "^1.0.1" | ||
} | ||
} |
@@ -39,5 +39,5 @@ # grecaptcha | ||
} | ||
}).catch(err) { | ||
}).catch((err) => { | ||
// Request failed. | ||
} | ||
}) | ||
``` |
3215
19
+ Addedcentra@^1.0.1
+ Addedcentra@1.0.1(transitive)
- Removedphin@^2.8.1
- Removedphin@2.9.3(transitive)