Skip to content

Commit ecb776e

Browse files
committed
update name and urls in package.json and typedoc
1 parent e13d65e commit ecb776e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
},
5656
"repository": {
5757
"type": "git",
58-
"url": "https://github.com/chee/automerge-repo-solid-primitives.git"
58+
"url": "https://github.com/chee/automerge-solid.git"
5959
},
60+
"homepage": "https://chee.github.io/solid-automerge/",
6061
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
6162
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# solid-automerge
1+
# Solid Automerge
22

33
<a href="https://www.solidjs.com/"> <img alt="" src=.assets/solid.png width=22
44
height=22> Solid </a> primitives for <a

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"entryPoints": ["src/index.ts"],
66
"plugin": ["typedoc-material-theme"],
77
"themeColor": "#ff2a50",
8-
"name": "automerge repo solid primitives"
8+
"name": "Solid Automerge"
99
}

0 commit comments

Comments
 (0)