diff options
| author | Brandon Millman <brandon.millman@gmail.com> | 2018-01-25 09:13:16 +0800 | 
|---|---|---|
| committer | Brandon Millman <brandon.millman@gmail.com> | 2018-01-25 09:13:16 +0800 | 
| commit | 3f0ec89f11fe405711c6b7509d6043339b8b4258 (patch) | |
| tree | a6b5dea7d16d7ad2a02e2d0015c96c9e07ca2d84 /packages/testnet-faucets/package.json | |
| parent | d3aa4f2bc7f2341a98c4aa6018c0d2ede221a3ed (diff) | |
| parent | f58f0ddb67555c3f0c7252ea3e003824984c48ad (diff) | |
| download | dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.gz dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.zst dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.zip  | |
Merge branch 'development' into feature/kovan-faucets/all-testnet-support
* development:
  Publish
  Update yarn.lock
  Update the CHANGELOG
  Fix the bug making it impossible to specify the custom ZRX address
Diffstat (limited to 'packages/testnet-faucets/package.json')
| -rw-r--r-- | packages/testnet-faucets/package.json | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json index 15f3c34a5..7dc6b0512 100644 --- a/packages/testnet-faucets/package.json +++ b/packages/testnet-faucets/package.json @@ -1,7 +1,7 @@  {      "private": true, -    "name": "@0xproject/testnet-faucets", -    "version": "1.0.5", +    "name": "@0xproject/kovan_faucets", +    "version": "1.0.6",      "description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",      "main": "server.js",      "scripts": { @@ -14,8 +14,8 @@      "author": "Fabio Berger",      "license": "Apache-2.0",      "dependencies": { -        "0x.js": "^0.30.0", -        "@0xproject/utils": "^0.2.0", +        "0x.js": "^0.30.1", +        "@0xproject/utils": "^0.2.1",          "body-parser": "^1.17.1",          "ethereumjs-tx": "^1.3.3",          "express": "^4.15.2", @@ -25,7 +25,7 @@          "web3-provider-engine": "^13.0.1"      },      "devDependencies": { -        "@0xproject/tslint-config": "^0.4.2", +        "@0xproject/tslint-config": "^0.4.3",          "@types/body-parser": "^1.16.1",          "@types/express": "^4.0.35",          "@types/lodash": "^4.14.86", @@ -36,7 +36,7 @@          "source-map-loader": "^0.1.6",          "tslint": "5.8.0",          "typescript": "~2.6.1", -        "web3-typescript-typings": "^0.9.4", +        "web3-typescript-typings": "^0.9.5",          "webpack": "^3.1.0",          "webpack-node-externals": "^1.6.0"      }  | 
