Commit 5ecb8053cf15f8acb7d0a7b2feca91ff3adea6de
deps
Dominic Tarr committed on 3/14/2018, 7:07:23 AMParent: 8e7955b783feade5fcafd93d16fc8b1c48886bd2
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -7,13 +7,16 @@ | ||
7 | 7 … | "type": "git", |
8 | 8 … | "url": "git://github.com/dominictarr/user-invites.git" |
9 | 9 … | }, |
10 | 10 … | "dependencies": { |
11 … | + "ssb-keys": "^7.0.14" | |
11 | 12 … | }, |
12 | 13 … | "devDependencies": { |
14 … | + "ssb-validate": "^3.0.1", | |
15 … | + "tape": "^4.8.0" | |
13 | 16 … | }, |
14 | 17 … | "scripts": { |
15 | 18 … | "test": "set -e; for t in test/*.js; do node $t; done" |
16 | 19 … | }, |
17 | 20 … | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
18 | - "license": "MIT" | |
21 … | + "license": "MIT" | |
19 | 22 … | } |
Built with git-ssb-web