add MIT license

This commit is contained in:
2024-10-22 08:54:18 -05:00
parent 9913648430
commit e42ff6615d
6 changed files with 682 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@inquirer/select": "^1.3.1",
"aas-lib": "^0.1.0",
+1 -1
View File
@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
}
+1 -1
View File
@@ -9,7 +9,7 @@
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
},
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
},