From cdbcdf17052652865e9722e9664e45ee158da96a Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Sat, 18 May 2024 23:00:04 +0100 Subject: [PATCH] fix: config name --- .github/{ubiquibot-config.yml => .ubiquibot-config.yml} | 0 package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{ubiquibot-config.yml => .ubiquibot-config.yml} (100%) diff --git a/.github/ubiquibot-config.yml b/.github/.ubiquibot-config.yml similarity index 100% rename from .github/ubiquibot-config.yml rename to .github/.ubiquibot-config.yml diff --git a/package.json b/package.json index 99acc65..d883998 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@ubiquibot/research-plugin", + "name": "@ubiquibot-plugins/research-plugin", "version": "1.0.0", "description": "Template repository with TypeScript support.", "main": "src/index.ts", @@ -73,4 +73,4 @@ "@commitlint/config-conventional" ] } -} +} \ No newline at end of file