update to 0.0.3

pull/7/head
Iuri Matias 7 years ago
parent f091580809
commit 3fd0a6e2d8
  1. 6
      package.json

@ -1,6 +1,6 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.0.2", "version": "0.0.3",
"description": "", "description": "",
"main": "./src/index.js", "main": "./src/index.js",
"contributors": [ "contributors": [
@ -38,11 +38,13 @@
}, },
"homepage": "https://github.com/ethereum/remix-tests#readme", "homepage": "https://github.com/ethereum/remix-tests#readme",
"dependencies": { "dependencies": {
"async": "^2.6.0",
"babel-preset-es2017": "^6.24.1",
"change-case": "^3.0.1", "change-case": "^3.0.1",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-solidity": "latest",
"remix-simulator": "latest", "remix-simulator": "latest",
"remix-solidity": "latest",
"standard": "^10.0.3", "standard": "^10.0.3",
"web3": "1.0.0-beta.27" "web3": "1.0.0-beta.27"
}, },

Loading…
Cancel
Save