From 17c61448b5942a6d74f429fdcae3f571abada30c Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Fri, 17 May 2024 22:22:24 +0100 Subject: [PATCH] fix: package json name --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff735b1..d5ec20e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "ts-template", + "name": "@ubiquibot-plugins/start-stop", "version": "1.0.0", - "description": "Template repository with TypeScript support.", + "description": "Enables the assignment of tasks to hunters and the graceful unassignment.", "main": "build/index.ts", "author": "Ubiquity DAO", "license": "MIT", @@ -81,4 +81,4 @@ "@commitlint/config-conventional" ] } -} +} \ No newline at end of file