From 410a76c93c5813beb72d004a5e5cc9e7a8412ca3 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 25 Nov 2024 01:05:20 +0900 Subject: [PATCH] chore: changed entry file --- package.json | 2 +- src/{worker.ts => index.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{worker.ts => index.ts} (100%) diff --git a/package.json b/package.json index 01f21610..03f7815d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ubiquity-os/command-start-stop", "version": "1.0.0", "description": "Enables the assignment and graceful unassignment of tasks to contributors.", - "main": "src/worker.ts", + "main": "src/index.ts", "author": "Ubiquity DAO", "license": "MIT", "engines": { diff --git a/src/worker.ts b/src/index.ts similarity index 100% rename from src/worker.ts rename to src/index.ts