diff --git a/memory.js b/memory.js index 7e4f4c3..a3abcbf 100644 --- a/memory.js +++ b/memory.js @@ -352,4 +352,4 @@ class Authenticator { } } -module.exports = Authenticator \ No newline at end of file +module.exports = Authenticator diff --git a/package.json b/package.json index 01f1aa9..006819a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "seamless-auth", - "version": "3.7.7", - "description": "A full fledged authentication system...", + "version": "3.7.8", + "description": "A full fledged authentication system with lots of customisation", "type": "commonjs", "main": "memory.js", "scripts": {