Skip to content

Commit 56e381f

Browse files
committed
fix package.json urls
1 parent 9f7693c commit 56e381f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"author": "Daniel F Gray",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/DanielFGray/effect-tui.git"
16+
"url": "git+https://github.com/DanielFGray/effect-devtui.git"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/DanielFGray/effect-tui/issues"
19+
"url": "https://github.com/DanielFGray/effect-devtui/issues"
2020
},
21-
"homepage": "https://github.com/DanielFGray/effect-tui#readme",
21+
"homepage": "https://github.com/DanielFGray/effect-devtui#readme",
2222
"type": "module",
2323
"files": [
2424
"dist/index.js",

0 commit comments

Comments
 (0)