package.json updated

pull/5370/head
aniket-engg 5 years ago committed by Aniket
parent 1f6f43229c
commit da315384de
  1. 8
      remix-tests/package.json

@ -1,7 +1,7 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.20", "version": "0.1.20",
"description": "Tests for the Ethereum tool suite Remix", "description": "Tool to test Solidity smart contracts",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"contributors": [ "contributors": [
@ -24,19 +24,19 @@
}, },
"repository": { "repository": {
"type": "git", "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", "author": "Remix Team",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ethereum/remix-tests/issues" "url": "https://github.com/ethereum/remix/issues"
}, },
"standard": { "standard": {
"ignore": [ "ignore": [
"tests/" "tests/"
] ]
}, },
"homepage": "https://github.com/ethereum/remix-tests#readme", "homepage": "https://github.com/ethereum/remix/tree/master/remix-tests#readme",
"dependencies": { "dependencies": {
"async": "^2.6.0", "async": "^2.6.0",
"change-case": "^3.0.1", "change-case": "^3.0.1",

Loading…
Cancel
Save