Skip to content

Commit

Permalink
Update dependencies to be current.
Browse files Browse the repository at this point in the history
Also, update "license" field to be current syntax.

The old "licenses" structure is deprecated.
Reference: https://docs.npmjs.com/files/package.json
  • Loading branch information
markstos committed Oct 10, 2017
1 parent 0704821 commit 83a26d6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"name": "passport-saml",
"version": "0.20.1",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bergie/passport-saml/raw/master/LICENSE"
}
],
"license" : "MIT",
"keywords": [
"saml",
"adfs",
Expand All @@ -33,10 +28,10 @@
"dependencies": {
"passport-strategy": "*",
"q": "^1.5.0",
"xml-crypto": "^0.9.0",
"xml-crypto": "^0.10.1",
"xml-encryption": "^0.11.0",
"xml2js": "0.4.x",
"xmlbuilder": "^8.2.2",
"xmlbuilder": "^9.0.4",
"xmldom": "0.1.x"
},
"devDependencies": {
Expand Down

0 comments on commit 83a26d6

Please sign in to comment.