diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index cfa8eb74..45b3af9f 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "LICENSE" ], "dependencies": { - "source-map": "~0.5.1", - "yargs": "~3.10.0" + "commander": "~2.9.0", + "source-map": "~0.5.1" }, "devDependencies": { "acorn": "~0.6.0", |