Merge pull request #818 from jwetzell/change-license

switch to MIT license
This commit is contained in:
2024-10-22 15:42:48 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"": { "": {
"name": "@showbridge/site", "name": "@showbridge/site",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "MIT",
"devDependencies": { "devDependencies": {
"http-server": "14.1.1", "http-server": "14.1.1",
"tailwindcss": "3.4.14" "tailwindcss": "3.4.14"
+1 -1
View File
@@ -15,7 +15,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/jwetzell/showbridge.git" "url": "git+https://github.com/jwetzell/showbridge.git"
}, },
"license": "ISC", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/jwetzell/showbridge/issues" "url": "https://github.com/jwetzell/showbridge/issues"
}, },