We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453646b commit 5c348d0Copy full SHA for 5c348d0
2 files changed
lib/node/githubLinkifyPlugin.js
@@ -13,7 +13,7 @@ export const githubLinkifyPlugin = ({ repo }) => {
13
}
14
};
15
if (!repo) {
16
- logger.warn `[${plugin.name}] "repo" option is required`;
+ logger.warn(`[${plugin.name}] "repo" option is required`);
17
18
return plugin;
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuepress-plugin-github-linkify",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Finding and fixing GitHub links",
5
"author": {
6
"name": "Andrey Helldar",
0 commit comments