Skip to content

Commit

Permalink
Make bower.json declaration match LICENSE
Browse files Browse the repository at this point in the history
Which also matches `package.json`
  • Loading branch information
BigBlueHat authored Aug 10, 2021
1 parent 00af1e6 commit 8bf82b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist/sprintf.min.js",
"dist/angular-sprintf.min.js"
],
"license": "BSD-3-Clause-Clear",
"license": "BSD-3-Clause",
"keywords": ["sprintf", "string", "formatting"],
"authors": ["Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)"],
"homepage": "https://github.com/alexei/sprintf.js",
Expand Down

0 comments on commit 8bf82b5

Please sign in to comment.