diff options
author | Kenneth Powers <ken@kenpowers.net> | 2015-01-01 01:04:54 -0500 |
---|---|---|
committer | Kenneth Powers <ken@kenpowers.net> | 2015-01-01 01:04:54 -0500 |
commit | 6d1c3e1aec62021c475c51f21fd553b83147218c (patch) | |
tree | c2267379274256efe642fd49db2d3db050bac829 /package.json | |
parent | 73cc0505f5d41fe4b24d5693e547de9478737187 (diff) | |
download | tracifyjs-6d1c3e1aec62021c475c51f21fd553b83147218c.tar.gz tracifyjs-6d1c3e1aec62021c475c51f21fd553b83147218c.zip |
Use yargs instead of optimist.
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 9d1ee87a..8e066602 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "async" : "~0.2.6", "source-map" : "0.1.34", - "optimist": "~0.3.5", + "yargs": "~1.3.3", "uglify-to-browserify": "~1.0.0" }, "devDependencies": { |