We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6da53 commit e50022cCopy full SHA for e50022c
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"mf2",
8
"jf2"
9
],
10
- "homepage": "https://github.com/paulrobertlloyd/mf2tojf2#readme",
+ "homepage": "https://github.com/getindiekit/mf2tojf2#readme",
11
"author": {
12
"name": "Paul Robert Lloyd",
13
"url": "https://paulrobertlloyd.com"
@@ -22,8 +22,11 @@
22
"lib",
23
"index.js"
24
25
- "bugs": "https://github.com/paulrobertlloyd/mf2tojf2/issues",
26
- "repository": "git://github.com/paulrobertlloyd/mf2tojf2.git",
+ "bugs": "https://github.com/getindiekit/mf2tojf2/issues",
+ "repository": {
27
+ "type": "git",
28
+ "url": "git://github.com/getindiekit/mf2tojf2.git"
29
+ },
30
"scripts": {
31
"lint:prettier": "prettier . --check",
32
"lint:prettier:fix": "prettier . --write",
0 commit comments