Skip to content

Commit 5603007

Browse files
authored
chore: update urls in package.json (#15)
1 parent d39670b commit 5603007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "grunt-htmlhint-inline",
33
"description": "Grunt plugin for linting inline html",
44
"version": "0.1.8",
5-
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
5+
"homepage": "https://github.com/htmlhint/grunt-htmlhint-inline",
66
"main": "tasks/htmlhint-inline.js",
77
"author": {
88
"name": "kazu69"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/kazu69/grunt-htmlhint-inline.git"
12+
"url": "git://github.com/htmlhint/grunt-htmlhint-inline.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/kazu69/grunt-htmlhint-inline/issues"
15+
"url": "https://github.com/htmlhint/grunt-htmlhint-inline/issues"
1616
},
1717
"license": "MIT",
1818
"engines": {

0 commit comments

Comments
 (0)