Commit 02eb7ae93b8163e48f2f17790196f51c2aeaf0c6
add promptly dep
Ev Bogue committed on 9/17/2016, 12:21:37 AMParent: f50f093024c49de03cfa33fd1632e402aad0a07a
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -4,8 +4,9 @@ | ||
4 | 4 … | "description": "command line sbot", |
5 | 5 … | "main": "publish.js", |
6 | 6 … | "dependencies": { |
7 | 7 … | "moment": "^2.15.0", |
8 … | + "promptly": "^2.1.0", | |
8 | 9 … | "pull-paramap": "^1.1.6", |
9 | 10 … | "pull-stream": "^3.4.5", |
10 | 11 … | "ssb-avatar": "^0.1.0", |
11 | 12 … | "ssb-client": "^4.0.3" |
@@ -24,7 +25,7 @@ | ||
24 | 25 … | "starboard", |
25 | 26 … | "cli", |
26 | 27 … | "commandline" |
27 | 28 … | ], |
28 | - "author": "ev bogue", | |
29 … | + "author": "Ev Bogue <ev@evbogue.com>", | |
29 | 30 … | "license": "MIT" |
30 | 31 … | } |
Built with git-ssb-web