diff options
author | dependabot[bot] <support@dependabot.com> | 2018-08-15 05:51:13 +0800 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-08-15 05:51:13 +0800 |
commit | b6cdc00a3145e6b13102676b2a881d0fe52b3a61 (patch) | |
tree | ecf9b689bcee090b5bb23548aacda93e3cefc7c7 /packages/0x.js/package.json | |
parent | c743f010e37d8170ea07619f49f0b9892d95cd91 (diff) | |
download | dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.gz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.bz2 dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.lz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.xz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.zst dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.zip |
Bump copyfiles from 1.2.0 to 2.0.0
Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/calvinmetcalf/copyfiles/releases)
- [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 2daf40b54..bbb902b49 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -81,7 +81,7 @@ "chai": "^4.0.1", "chai-as-promised": "^7.1.0", "chai-bignumber": "^2.0.1", - "copyfiles": "^1.2.0", + "copyfiles": "^2.0.0", "dirty-chai": "^2.0.1", "json-loader": "^0.5.4", "make-promises-safe": "^1.1.0", |