Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Aug 21, 2015
1 parent 3a96875 commit dcb3203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otplib",
"version": "2.0.0-beta",
"version": "2.0.0",
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
"main": "src/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "https://github.com/yeojz/otplib.git"
},
},
"keywords": [
"otp",
"totp",
Expand All @@ -28,7 +28,7 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/yeojz/otplib/issues"
},
},
"homepage": "https://github.com/yeojz/otplib",
"devDependencies": {
"browserify": "^8.1.1",
Expand Down

0 comments on commit dcb3203

Please sign in to comment.