diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-08 22:10:32 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-08 22:27:03 +0200 |
| commit | 5796955673fb24310888417ec19a87a25623539e (patch) | |
| tree | a7ffbb53b177a87f4aaeb3a0eb197c463cd12383 /package.json | |
| parent | 70befccf2be935b2f80f5fb8b42dca587565e9a5 (diff) | |
Update package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index a7981c4..48adf34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "cidrxyz", + "name": "cidr.xyz", "type": "module", - "version": "0.0.1", + "version": "3.0.0", + "private": true, "scripts": { "dev": "astro dev", "build": "astro build", @@ -22,4 +23,4 @@ "devDependencies": { "@types/netmask": "^2.0.5" } -} +}
\ No newline at end of file |
