diff options
author | alexlamsl <alexlamsl@gmail.com> | 2018-08-14 17:06:09 +0800 |
---|---|---|
committer | alexlamsl <alexlamsl@gmail.com> | 2018-08-14 17:06:09 +0800 |
commit | 18c1c9b38a284279e5370601380a6ef2363e0569 (patch) | |
tree | fa988e6af9bc60504fb145db02440ccd51862236 | |
parent | 5c1ae3662ddfba8ec6016983d503762d784267da (diff) | |
download | tracifyjs-18c1c9b38a284279e5370601380a6ef2363e0569.tar.gz tracifyjs-18c1c9b38a284279e5370601380a6ef2363e0569.zip |
update dependencies
- commander@2.17.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8f6b78d6..2886477c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "LICENSE" ], "dependencies": { - "commander": "~2.16.0", + "commander": "~2.17.1", "source-map": "~0.6.1" }, "devDependencies": { |