Skip to content

Commit

Permalink
chore: Add license field in package.json
Browse files Browse the repository at this point in the history
It matches with the LICENSE currently in repo. This suppresses a WARN message
from npm while installing.
  • Loading branch information
mcab committed Feb 3, 2021
1 parent 8215c90 commit 9395913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.9",
"description": "SAML 2.0 node helpers",
"author": "Clever",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
"node": ">=0.10.x"
Expand Down

0 comments on commit 9395913

Please sign in to comment.