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"