From b4c7560618cbb94275838ce03a6c6074c47bb70a Mon Sep 17 00:00:00 2001 From: rouzwelt Date: Fri, 16 Feb 2024 22:34:45 +0000 Subject: [PATCH] update --- package-lock.json | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ad0541e..fc2cf5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "license": "CAL-1.0", "dependencies": { diff --git a/package.json b/package.json index dc6fcd80..b9d4a17b 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "description": "NodeJS app that clears Rain orderbook orders against decentralized liquididty providers (decentralized exchanges)", "author": "Rain Protocol", "license": "CAL-1.0", "repository": { "type": "git", - "url": "https://github.com/rainprotocol/arb-bot.git" + "url": "https://github.com/rainlanguage/arb-bot.git" }, "keywords": [], "bugs": { - "url": "https://github.com/rainprotocol/arb-bot/issues" + "url": "https://github.com/rainlanguage/arb-bot/issues" }, - "homepage": "https://github.com/rainprotocol/arb-bot/", + "homepage": "https://github.com/rainlanguage/arb-bot/", "engines": { "node": ">=18" },