diff --git a/features/relay/docs/architecture.md b/features/beacon/docs/architecture.md similarity index 100% rename from features/relay/docs/architecture.md rename to features/beacon/docs/architecture.md diff --git a/features/relay/docs/integration-guide.md b/features/beacon/docs/integration-guide.md similarity index 100% rename from features/relay/docs/integration-guide.md rename to features/beacon/docs/integration-guide.md diff --git a/features/relay/services.yaml b/features/beacon/services.yaml similarity index 100% rename from features/relay/services.yaml rename to features/beacon/services.yaml diff --git a/features/relay/shared/package.json b/features/beacon/shared/package.json similarity index 80% rename from features/relay/shared/package.json rename to features/beacon/shared/package.json index 4e70b6cc6..0be937bc4 100644 --- a/features/relay/shared/package.json +++ b/features/beacon/shared/package.json @@ -1,5 +1,5 @@ { - "name": "@lilith/relay-shared", + "name": "@lilith/beacon-shared", "version": "0.1.0", "private": true, "main": "./src/index.ts", diff --git a/features/relay/shared/src/index.ts b/features/beacon/shared/src/index.ts similarity index 100% rename from features/relay/shared/src/index.ts rename to features/beacon/shared/src/index.ts