Skip to content

Commit

Permalink
chore: Add license identifier to package.json
Browse files Browse the repository at this point in the history
Helps projects that depend on this reason about license conditions. Better would be to also include an indication of copyright and license in the code itself, protected from removal by webpack and similar tools with `/*! */` but this is the bare minimum needed.
  • Loading branch information
ajorg-aws authored May 7, 2021
1 parent 558b281 commit 8d4bafd
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 @@ -20,6 +20,7 @@
"email": "[email protected]",
"url": "http://joanllenas.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/joanllenas/ngx-remotedata/issues"
},
Expand Down

0 comments on commit 8d4bafd

Please sign in to comment.