diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 23:41:00 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 23:41:00 -0300 |
commit | 71618d738b6550ce715ab7e976a52906f4609126 (patch) | |
tree | ce9c736d3eb57563000c4c087787fd13a54c9505 | |
parent | f5213cbab4524bbdc73cbebab5ebac614976609d (diff) |
fix license in package.json
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e14c89f..95fdafba 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "striptags": "^4.0.0-alpha.4", "word-wrap": "^1.2.3" }, - "license": "GPL-3.0", + "license": "MIT", "devDependencies": { "chokidar": "^3.5.3", "tap": "^19.0.2", |