File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " The Static Code Analysis Tool for your HTML" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
- "url" : " https://github.com/htmlhint/HTMLHint"
7
+ "url" : " git+ https://github.com/htmlhint/HTMLHint.git "
8
8
},
9
9
"bugs" : {
10
10
"url" : " https://github.com/htmlhint/HTMLHint/issues"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const remarkImages = require('remark-images')
4
4
const rehypeTruncate = require ( 'rehype-truncate' )
5
5
6
6
const PACKAGE = require ( '../package' )
7
- const GITHUB_URL = ` ${ PACKAGE . repository . url } `
7
+ const GITHUB_URL = 'https://github.com/htmlhint/HTMLHint'
8
8
9
9
module . exports = {
10
10
title : 'HTMLHint' ,
@@ -89,7 +89,7 @@ module.exports = {
89
89
'@docusaurus/preset-classic' ,
90
90
{
91
91
docs : {
92
- path : ` ../docs` ,
92
+ path : ' ../docs' ,
93
93
sidebarPath : require . resolve ( './sidebars.js' ) ,
94
94
showLastUpdateAuthor : true ,
95
95
showLastUpdateTime : true ,
You can’t perform that action at this time.
0 commit comments