diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-05-18 02:58:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-18 02:58:31 +0800 |
commit | a26cc7c14d4e59102d5f84d534f75c42b8683cad (patch) | |
tree | 9ba1037b78d53f4216878bda5a344ee2eb89231f /packages/abi-gen/package.json | |
parent | cec76c33b6a33d2c36305bd581de628641c14d5e (diff) | |
parent | 251218af8b3947d0bad531d995dbb4e161058143 (diff) | |
download | dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar.gz dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar.bz2 dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar.lz dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar.xz dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.tar.zst dexon-0x-contracts-a26cc7c14d4e59102d5f84d534f75c42b8683cad.zip |
Merge pull request #597 from 0xProject/make-promises-safe
Use make-promises-safe to catch unhandled rejections in tests
Diffstat (limited to 'packages/abi-gen/package.json')
-rw-r--r-- | packages/abi-gen/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index d0cd946f0..ca666dc9b 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -2,7 +2,7 @@ "name": "@0xproject/abi-gen", "version": "0.2.13", "engines": { - "node" : ">=6.12" + "node": ">=6.12" }, "description": "Generate contract wrappers from ABI and handlebars templates", "main": "lib/index.js", @@ -47,6 +47,7 @@ "@types/node": "^8.0.53", "@types/yargs": "^10.0.0", "copyfiles": "^1.2.0", + "make-promises-safe": "^1.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.8.0", |