Skip to content

Commit

Permalink
Update to hyperlink 4.5.0 and always enable extensionless "pretty url…
Browse files Browse the repository at this point in the history
…" support. Closes #62
  • Loading branch information
Munter committed May 3, 2020
1 parent 203600c commit f9b242e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 72 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
skipFilter,
todoFilter,
internalOnly: !checkExternal,
pretty: true,
},
t
);
Expand Down
133 changes: 62 additions & 71 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
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@munter/tap-render": "^0.2.0",
"globby": "^11.0.0",
"hyperlink": "^4.4.2",
"hyperlink": "^4.5.0",
"tap-spot": "^1.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit f9b242e

Please sign in to comment.