Commit aec7de127e5079a937ab356946f2ff7b825f2a7d
0.0.1
Dominic Tarr committed on 3/7/2016, 2:20:08 AMParent: 7c63f7953cd94cea8d54cf241e4750f9cb36ba5d
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-mentions", |
3 | 3 … | "description": "", |
4 | - "version": "0.0.0", | |
4 … | + "version": "0.0.1", | |
5 | 5 … | "homepage": "https://github.com/dominictarr/ssb-mentions", |
6 | 6 … | "repository": { |
7 | 7 … | "type": "git", |
8 | 8 … | "url": "git://github.com/dominictarr/ssb-mentions.git" |
@@ -10,12 +10,11 @@ | ||
10 | 10 … | "dependencies": { |
11 | 11 … | "ssb-marked": "^0.5.4", |
12 | 12 … | "ssb-ref": "^2.3.0" |
13 | 13 … | }, |
14 | - "devDependencies": { | |
15 | - }, | |
14 … | + "devDependencies": {}, | |
16 | 15 … | "scripts": { |
17 | 16 … | "test": "set -e; for t in test/*.js; do node $t; done" |
18 | 17 … | }, |
19 | 18 … | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
20 | - "license": "MIT" | |
19 … | + "license": "MIT" | |
21 | 20 … | } |
Built with git-ssb-web