Skip to content

Commit

Permalink
Merge pull request #5 from coldbox-modules/elpete-patch-1
Browse files Browse the repository at this point in the history
chore(LICENSE): Add link to license in box.json
  • Loading branch information
lmajano authored May 23, 2022
2 parents 7ccb999 + fd819e2 commit 884e368
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 884e368

Please sign in to comment.