Update package.json license identifier

This commit is contained in:
Silvano Cerza
2021-02-26 14:35:16 +01:00
committed by Silvano Cerza
parent de4ae232fa
commit 19aa3dd8a5
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "arduino-ide-extension",
"version": "2.0.0-beta.3",
"description": "An extension for Theia building the Arduino IDE",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"scripts": {
"prepare": "yarn download-cli && yarn download-ls && yarn clean && yarn download-examples && yarn build",
"clean": "rimraf lib",