diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-10 05:21:56 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:37:57 +0800 |
commit | 770cf529334543a1d23cdfa0fad1672879cda974 (patch) | |
tree | 60d6bc9ace67d14fd03650c2ea163342d76140c4 /packages/ethereum-types | |
parent | 1b8b2c0b9b998f42ded72f56c799a7951ed5239f (diff) | |
download | dexon-0x-contracts-770cf529334543a1d23cdfa0fad1672879cda974.tar.gz dexon-0x-contracts-770cf529334543a1d23cdfa0fad1672879cda974.tar.zst dexon-0x-contracts-770cf529334543a1d23cdfa0fad1672879cda974.zip |
Remove unused copyfiles dependencies
Diffstat (limited to 'packages/ethereum-types')
-rw-r--r-- | packages/ethereum-types/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ethereum-types/package.json b/packages/ethereum-types/package.json index 26dd147ed..954b047e7 100644 --- a/packages/ethereum-types/package.json +++ b/packages/ethereum-types/package.json @@ -30,7 +30,6 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md", "devDependencies": { "@0xproject/tslint-config": "^1.0.8", - "copyfiles": "^2.0.0", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", "tslint": "5.11.0", |