v1.2.3: fix comment

This commit is contained in:
AJ ONeal 2018-08-02 19:27:21 -06:00
parent 04aee13896
commit d962557b02
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oauth3.js",
"version": "1.2.2",
"version": "1.2.3",
"description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
"main": "oauth3.node.js",
"scripts": {
@ -38,15 +38,15 @@
"terminal-forms.js": "git+https://git.oauth3.org/OAuth3/terminal-forms.js.git#v1"
},
"devDependencies": {
"browserify": "^14.1.0",
"browserify-aes": "^1.0.6",
"create-hash": "^1.1.2",
"pbkdf2": "^3.0.9",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.0",
"pbkdf2": "^3.0.9",
"vinyl-source-stream": "^1.1.0"
},
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",