From 685ac3640db369b491e7dd751a8d065bb98b6489 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:20:43 +0900 Subject: [PATCH] chore: revert package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b05e960..653044b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@ubiquibot/rpc-handler", - "version": "1.2.4-rc", + "name": "@ubiquity-dao/rpc-handler", + "version": "1.2.3", "description": "Uses Chainlist's RPC collection racing them returning the lowest latency RPC", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -23,7 +23,7 @@ "prepare": "husky install", "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist", "build:index": "tsx build/esbuild-build.ts", - "build": "run-s build:index build:types", + "build": "run-s clean build:index build:types", "postinstall": "git submodule update --init --recursive", "test:anvil": "npx tsx ./tests/anvil.ts", "test": "jest",