File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ github : dahlia
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ console.log(env.hashtags); // ["#FooBar", "#BazQux"]
4545[ JSR badge ] : https://jsr.io/badges/@fedify/markdown-it-hashtag
4646[ npm ] : https://www.npmjs.com/package/@fedify/markdown-it-hashtag
4747[ npm badge ] : https://img.shields.io/npm/v/%40fedify%2Fmarkdown-it-hashtag?logo=npm
48- [ GitHub Actions ] : https://github.com/dahlia /markdown-it-hashtag/actions/workflows/main.yaml
49- [ GitHub Actions badge ] : https://github.com/dahlia /markdown-it-hashtag/actions/workflows/main.yaml/badge.svg
48+ [ GitHub Actions ] : https://github.com/fedify-dev /markdown-it-hashtag/actions/workflows/main.yaml
49+ [ GitHub Actions badge ] : https://github.com/fedify-dev /markdown-it-hashtag/actions/workflows/main.yaml/badge.svg
5050[ markdown-it ] : https://github.com/markdown-it/markdown-it
5151[ options ] : https://jsr.io/@fedify/markdown-it-hashtag/doc/~/PluginOptions
5252
Original file line number Diff line number Diff line change @@ -38,14 +38,17 @@ await build({
3838 email : "hong@minhee.org" ,
3939 url : "https://hongminhee.org/" ,
4040 } ,
41- homepage : "https://github.com/dahlia /markdown-it-hashtag" ,
41+ homepage : "https://github.com/fedify-dev /markdown-it-hashtag" ,
4242 repository : {
4343 type : "git" ,
44- url : "git+https://github.com/dahlia /markdown-it-hashtag.git" ,
44+ url : "git+https://github.com/fedify-dev /markdown-it-hashtag.git" ,
4545 } ,
4646 bugs : {
47- url : "https://github.com/dahlia /markdown-it-hashtag/issues" ,
47+ url : "https://github.com/fedify-dev /markdown-it-hashtag/issues" ,
4848 } ,
49+ funding : [
50+ "https://github.com/sponsors/dahlia" ,
51+ ] ,
4952 devDependencies : {
5053 "@types/markdown-it" : "^14.1.1" ,
5154 } ,
You can’t perform that action at this time.
0 commit comments