Skip to content

Commit

Permalink
Update package name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Jan 16, 2019
1 parent b65d03c commit 60e02b9
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "passport-linkedin-oauth2",
"version": "1.5.0",
"description": "Passport for LinkedIn Oauth2",
"name": "@sokratisvidros/passport-linkedin-oauth2",
"version": "2.0.0",
"description": "Passport for new LinkedIn Oauth2 (works with lite profile)",
"main": "./lib",
"repository": "https://github.com/auth0/passport-linkedin-oauth2",
"repository": {
"type": "git",
"url": "git+https://github.com/sokratisvidros/passport-linkedin-oauth2.git"
},
"scripts": {
"test": "mocha --require should -t 5000"
},
Expand All @@ -23,30 +26,24 @@
],
"author": "Auth0",
"contributors": [
{
"name": "Eugenio Pace",
"email": "eugenio.pace@qraftlabs.com"
},
{
"name": "Joshua Schell",
"email": "jschell12@gmail.com"
},
{
"name": "Jose Romaniello",
"email": "jfromaniello@gmail.com"
},
{
"name": "Tom Spencer",
"email": "fiznool@gmail.com"
},
{
"name": "Sokratis Vidros",
"email": "sokratis.vidros@gmail.com"
}
"Eugenio Pace <eugenio.pace@qraftlabs.com>",
"Joshua Schell <jschell12@gmail.com>",
"Jose Romaniello <jfromaniello@gmail.com>",
"Tom Spencer <fiznool@gmail.com>",
"Sokratis Vidros <sokratis.vidros@gmail.com>"
],
"license": "MIT",
"dependencies": {
"passport-oauth2": "1.x.x",
"underscore": "^1.7.0"
},
"bugs": {
"url": "https://github.com/sokratisvidros/passport-linkedin-oauth2/issues"
},
"homepage": "https://github.com/sokratisvidros/passport-linkedin-oauth2#readme",
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
}
}

0 comments on commit 60e02b9

Please sign in to comment.