Skip to content

Commit 6dbc31a

Browse files
authored
chore: streamline repository URL (#172)
The version without dash seems to be the preferred one
1 parent 008ec30 commit 6dbc31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"url": "git://github.com/koajs/bodyparser.git"
8080
},
8181
"bugs": {
82-
"url": "https://github.com/koajs/body-parser/issues"
82+
"url": "https://github.com/koajs/bodyparser/issues"
8383
},
84-
"homepage": "https://github.com/koajs/body-parser",
84+
"homepage": "https://github.com/koajs/bodyparser",
8585
"publishConfig": {
8686
"access": "public"
8787
}

0 commit comments

Comments
 (0)