Feat: Add license field to package.json

This commit is contained in:
2026-03-11 00:21:29 -07:00
parent b60c98a9ec
commit 3ee84ba0f0

View File

@@ -2,6 +2,7 @@
"name": "zwus", "name": "zwus",
"version": "2.2.0", "version": "2.2.0",
"type": "module", "type": "module",
"license": "WTFPL",
"exports": "./index.js", "exports": "./index.js",
"files": [ "files": [
"index.js", "index.js",