Bump release to 2.0.3

This commit is contained in:
Guy Halford-Thompson 2014-10-13 17:14:56 -07:00
parent 266e0f3ece
commit e34d1b937b

View File

@ -2,7 +2,7 @@
"author": "Guy Halford-Thompson <guy@guy.ht> (http://guy.ht)", "author": "Guy Halford-Thompson <guy@guy.ht> (http://guy.ht)",
"name": "notp", "name": "notp",
"description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator", "description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator",
"version": "2.0.2", "version": "2.0.3",
"homepage": "https://github.com/guyht/notp", "homepage": "https://github.com/guyht/notp",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,7 +13,7 @@
"test": "NODE_ENV=test mocha" "test": "NODE_ENV=test mocha"
}, },
"engines": { "engines": {
"node": ">= v0.6.0" "node": "> v0.6.0"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {