Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielHill committed Jul 5, 2018
1 parent 879ed5a commit 41ab7a1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-captcha",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",
"description": "Simple Google ReCAPTCHA microservice",
"repository": {
Expand All @@ -10,7 +10,16 @@
"bugs": "https://github.com/NathanielHill/micro-captcha/issues",
"homepage": "https://github.com/NathanielHill/micro-captcha",
"author": "Nathaniel Hill <[email protected]>",
"keywords": ["microservice", "micro-service", "captcha", "recaptcha", "google-captcha", "google-recaptcha", "zeit", "now"],
"keywords": [
"microservice",
"micro-service",
"captcha",
"recaptcha",
"google-captcha",
"google-recaptcha",
"zeit",
"now"
],
"license": "MIT",
"scripts": {
"start": "node server.js"
Expand Down

0 comments on commit 41ab7a1

Please sign in to comment.