Skip to content

Commit

Permalink
Fix license field in package json
Browse files Browse the repository at this point in the history
npm complains about the verbose string for the gpl-2
  • Loading branch information
rejas committed Mar 14, 2022
1 parent 1d1890f commit 32151d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.4.6",
"description": "Blockly and Arduino coding standalone App for Otto DIY robot",
"author": "Otto DIY and Builder community",
"license": "GNU General Public License v2.0",
"license": "GPL-2.0",
"main": "electronApp.js",
"keywords": [
"blockly",
Expand Down

0 comments on commit 32151d3

Please sign in to comment.