Skip to content

Commit

Permalink
Merge pull request #45 from two-factor/package
Browse files Browse the repository at this point in the history
added keywords to description in package.json
  • Loading branch information
zepvalue authored Jul 9, 2019
2 parents b8e7bd5 + f5092c1 commit 6bbad9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-auth",
"version": "2.0.1",
"version": "2.0.2",
"description": "Implement two-factor SMS authentication with the Twilio API in three lines of code.",
"main": "index.js",
"scripts": {
Expand All @@ -13,6 +13,10 @@
"keywords": [
"2fa",
"sms",
"security",
"auth",
"2-fa",
"2 factor",
"two factor",
"two-factor",
"two",
Expand All @@ -39,4 +43,4 @@
"dotenv": "^8.0.0",
"jest": "^24.8.0"
}
}
}

0 comments on commit 6bbad9e

Please sign in to comment.