Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

package.json updated #1335

Merged
merged 1 commit into from
Nov 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down