diff --git a/package-lock.json b/package-lock.json index 6f211bc..1b9ece2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "passport-mlh-oauth2", - "version": "1.0.0", + "name": "@mlhacks/passport-mlh-oauth2", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "passport-mlh-oauth2", - "version": "1.0.0", + "name": "@mlhacks/passport-mlh-oauth2", + "version": "4.0.0", "license": "MIT", "dependencies": { "passport-oauth2": "^1.8.0" diff --git a/package.json b/package.json index 61915fd..a7be87f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "passport-mlh-oauth2", + "name": "@mlhacks/passport-mlh-oauth2", "version": "4.0.0", "description": "MyMLH v4 OAuth 2.0 authentication strategy for Passport", "main": "./lib/index.js",