From d962557b0276658ea14cbe8ddeca976bba0d2d5d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 19:27:21 -0600 Subject: [PATCH] v1.2.3: fix comment --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c89c20a..b7352c7 100644 --- a/package.json +++ b/package.json @@ -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 (https://coolaj86.com/)",