Skip to content

Commit

Permalink
chore(LICENSE): Add link to license in box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete authored May 23, 2022
1 parent 7ccb999 commit fd819e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"type":"git",
"url":"https://github.com/coldbox-modules/bcrypt"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/bcrypt/LICENSE"
}
],
"bugs":"https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM",
"slug":"BCrypt",
"shortDescription":"A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.",
Expand All @@ -33,4 +39,4 @@
"format:watch":"cfformat watch *.cfc,models/,test-harness/tests/specs ./.cfformat.json",
"format:check":"cfformat check *.cfc,models/,test-harness/tests/specs"
}
}
}

0 comments on commit fd819e2

Please sign in to comment.