diff options
| author | Yuval Adam <_@yuv.al> | 2025-10-15 20:06:30 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-10-15 20:06:35 +0200 |
| commit | 20136e99c1062a9809c149d666fe6310486b270f (patch) | |
| tree | a3e5ea82578dd0dbf96987e713004d74b4daf1df | |
| parent | a963fc83a9bc26fc697922706d66a4c44a63bd26 (diff) | |
Add MIT license in package.json
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8cd741e..43747fd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "cidr.xyz", "type": "module", "version": "3.0.0", + "license": "MIT", "private": true, "scripts": { "dev": "astro dev", @@ -23,4 +24,4 @@ "react-dom": "^19.1.0", "tailwindcss": "^4.1.5" } -} +}
\ No newline at end of file |
