diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-05-11 20:15:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 20:15:34 +0800 |
commit | 7b59b2f5b299893aaf7130af0498c8f477b25a4b (patch) | |
tree | 023c028ed5897fea5b80e260b4e59060ef4e717b /package.json | |
parent | 7bc7704edfe0a8af39924889e58b3d67f135b230 (diff) | |
download | tracifyjs-7b59b2f5b299893aaf7130af0498c8f477b25a4b.tar.gz tracifyjs-7b59b2f5b299893aaf7130af0498c8f477b25a4b.zip |
replace `mocha` dependency (#3131)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 96413a44..792428c2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "acorn": "~5.5.3", - "mocha": "~3.5.1", + "colors": "~1.2.5", "semver": "~5.5.0" }, "scripts": { |