Skip to content

Commit

Permalink
🐛 link to wiki in index
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Nov 29, 2022
1 parent 1c9e124 commit 741aedc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ main();
[![Maintainability](https://api.codeclimate.com/v1/badges/9fd9e76b2bcd8ebf83bc/maintainability)](https://codeclimate.com/github/nodef/extra-path/maintainability)


[filename]: https://nodef.github.io/extra-path/functions/filename.html
[symbolname]: https://nodef.github.io/extra-path/functions/symbolname.html
[keywordname]: https://nodef.github.io/extra-path/functions/keywordname.html
[filename]: https://github.com/nodef/extra-path/wiki/filename
[symbolname]: https://github.com/nodef/extra-path/wiki/symbolname
[keywordname]: https://github.com/nodef/extra-path/wiki/keywordname
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function updateReadme(ds) {
var dm = new Map(ds.map(d => [d.name, d]));
var txt = build.readFileText('README.md');
txt = build.wikiUpdateIndex(txt, dm, readmeDescription);
txt = build.wikiUpdateLinkReferences(txt, dm, {owner, repo});
txt = build.wikiUpdateLinkReferences(txt, dm, {owner, repo, useWiki: true});
build.writeFileText('README.md', txt);
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-path",
"version": "1.1.15",
"version": "1.1.16",
"description": "Useful additions to inbuilt path module.",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 741aedc

Please sign in to comment.