fix: package license repliation

This commit is contained in:
sriram veeraghanta 2025-03-04 20:20:38 +05:30
parent e58b68b6fc
commit c64c15948b
20 changed files with 28 additions and 7 deletions

View file

@ -2,5 +2,6 @@
"name": "@plane/constants",
"version": "0.25.1",
"private": true,
"main": "./src/index.ts"
"main": "./src/index.ts",
"license": "AGPL-3.0"
}