From 8bf82b56576d01331980843d18950ca355353669 Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Tue, 10 Aug 2021 09:50:45 -0400 Subject: [PATCH] Make bower.json declaration match LICENSE Which also matches `package.json` --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index ddc1ea5..f805486 100644 --- a/bower.json +++ b/bower.json @@ -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 (http://alexei.ro/)"], "homepage": "https://github.com/alexei/sprintf.js",