Skip to content

Commit

Permalink
chore: correct Bower metadata to MIT license (#166)
Browse files Browse the repository at this point in the history
The `bower.json` file contains a false license attribute. This change had already been fixed in `package.json` in 2017 in commit 4274d07

closes #165

Signed-off-by: Nico Rikken <nico.rikken@alliander.com>
  • Loading branch information
nicorikken authored Feb 26, 2022
1 parent ad6e0ee commit 602127e
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 @@ -5,7 +5,7 @@
"authors": [
"Adobe PhoneGap Team"
],
"license": "APL",
"license": "MIT",
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
Expand Down

0 comments on commit 602127e

Please sign in to comment.