From 8a8f98a33d75c573227ef3a5eddf8d56ef65d314 Mon Sep 17 00:00:00 2001 From: blushi Date: Mon, 30 Sep 2024 13:14:43 +0200 Subject: [PATCH] chore: rm homepage --- .gitignore | 2 +- packages/api/package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d2356a6..fd9f587d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,4 @@ node_modules/ .env.production.local # Build -**/dist \ No newline at end of file +packages/api/dist/ \ No newline at end of file diff --git a/packages/api/package.json b/packages/api/package.json index 4c0e8a56..450b50c7 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -7,7 +7,6 @@ "module": "esm/index.js", "types": "index.d.ts", "license": "Apache-2.0", - "homepage": "https://github.com/regen-network/api", "repository": { "type": "git", "url": "https://github.com/regen-network/regen-js"