diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-07-20 22:31:49 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-07-20 22:31:49 +0800 | 
| commit | bcde0731db6f6d212862a32fb035d861c0596b1d (patch) | |
| tree | 190c59639bdea96e23a556226bf9f8a55aec718a /packages/migrations/package.json | |
| parent | 052afb67a4cf60032e6d4f5b67ce0adaeb15da3e (diff) | |
| parent | 0a3ba4d27dee67ca3072782679cb7f6896c4d73b (diff) | |
| download | dexon-sol-tools-bcde0731db6f6d212862a32fb035d861c0596b1d.tar.gz dexon-sol-tools-bcde0731db6f6d212862a32fb035d861c0596b1d.tar.zst dexon-sol-tools-bcde0731db6f6d212862a32fb035d861c0596b1d.zip | |
Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-prototype
* 'v2-prototype' of github.com:0xProject/0x-monorepo:
  Fix linter error
  Remove the postinstall hook
Diffstat (limited to 'packages/migrations/package.json')
| -rw-r--r-- | packages/migrations/package.json | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 8684e7890..ac4d7e965 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -39,6 +39,7 @@      "license": "Apache-2.0",      "devDependencies": {          "@0xproject/abi-gen": "^1.0.0", +        "@0xproject/monorepo-scripts": "^1.0.0",          "@0xproject/dev-utils": "^1.0.0",          "@0xproject/tslint-config": "^1.0.0",          "@0xproject/types": "^1.0.0-rc.1", | 
