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/migrations | |
parent | 1b8b2c0b9b998f42ded72f56c799a7951ed5239f (diff) | |
download | dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar.gz dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar.bz2 dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar.lz dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar.xz dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.tar.zst dexon-sol-tools-770cf529334543a1d23cdfa0fad1672879cda974.zip |
Remove unused copyfiles dependencies
Diffstat (limited to 'packages/migrations')
-rw-r--r-- | packages/migrations/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 1fc1b2114..266a85928 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -22,7 +22,6 @@ "@0xproject/tslint-config": "^1.0.8", "@0xproject/types": "^1.1.4", "@types/yargs": "^10.0.0", - "copyfiles": "^2.0.0", "make-promises-safe": "^1.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", |