Commit 632d3f5383d2ae590febccc0988ee9be02b0ba88
fix homepage and git url
Henry committed on 2/6/2019, 12:48:21 PMParent: 6df3bfcf52272233a3891d7de3529cf3aea9e9a7
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,12 +1,12 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-peer-invites", |
3 | 3 … | "description": "", |
4 | 4 … | "version": "1.1.3", |
5 | - "homepage": "https://github.com/dominictarr/peer-invites", | |
5 … | + "homepage": "https://github.com/ssbc/ssb-peer-invites", | |
6 | 6 … | "repository": { |
7 | 7 … | "type": "git", |
8 | - "url": "git://github.com/dominictarr/peer-invites.git" | |
8 … | + "url": "git://github.com/ssbc/ssb-peer-invites.git" | |
9 | 9 … | }, |
10 | 10 … | "dependencies": { |
11 | 11 … | "chloride": "^2.2.10", |
12 | 12 … | "deep-equals": "0.0.2", |
Built with git-ssb-web