From e21a98d1621189da9e1ff7ce1f9c4d587b998069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Wed, 9 Oct 2024 03:54:35 +0900 Subject: [PATCH] chore: update description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 320cf0f0..ac55276f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "pay.ubq.fi", "version": "1.0.0", - "description": "Claim your DevPool rewards.", + "description": "Claim your UbiquityOS rewards.", "main": "build/index.ts", "author": "Ubiquity DAO", "license": "MIT", "engines": { - "node": ">=20.10.0" + "node": "20.10.0" }, "scripts": { "start": "run-s start:sign start:ui",