From da315384de6966a0d515cc2c09b537c18861366f Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Thu, 21 Nov 2019 13:47:05 +0530 Subject: [PATCH] package.json updated --- remix-tests/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/remix-tests/package.json b/remix-tests/package.json index 1dca7dce9f..90950bf3bb 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,7 +1,7 @@ { "name": "remix-tests", "version": "0.1.20", - "description": "Tests for the Ethereum tool suite Remix", + "description": "Tool to test Solidity smart contracts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "contributors": [ @@ -24,19 +24,19 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ethereum/remix-tests.git" + "url": "git+https://github.com/ethereum/remix/tree/master/remix-tests" }, "author": "Remix Team", "license": "MIT", "bugs": { - "url": "https://github.com/ethereum/remix-tests/issues" + "url": "https://github.com/ethereum/remix/issues" }, "standard": { "ignore": [ "tests/" ] }, - "homepage": "https://github.com/ethereum/remix-tests#readme", + "homepage": "https://github.com/ethereum/remix/tree/master/remix-tests#readme", "dependencies": { "async": "^2.6.0", "change-case": "^3.0.1",