Skip to content

Commit

Permalink
chore: revert package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 18, 2024
1 parent 405dca2 commit 685ac36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 685ac36

Please sign in to comment.