diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-07-21 23:50:10 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-07-21 23:50:10 +0200 |
commit | 16ecbc9f177f1f71048840edf9b7af20ace3aad8 (patch) | |
tree | 3d6a1a164b9744cf6cfcdbdff44df5a15a304f10 /package.json | |
parent | cfa1df734315efc8e24a1a846e4d694abe2249ea (diff) |
headless wallet skeleton, type fixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 90f4ec580..42a2712bd 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,8 @@ "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.0" + }, + "dependencies": { + "commander": "^2.20.0" } } |