Skip to content

Commit b6dccb1

Browse files
authored
more packagejson fixes (#359)
1 parent 52c9748 commit b6dccb1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,14 @@
115115
"reduce_funcs": false
116116
}
117117
},
118-
"author": "Jason Miller <[email protected]>",
118+
"author": "The Preact Authors (https://github.com/preactjs/preact/contributors)",
119119
"license": "MIT",
120-
"repository": "developit/preact-render-to-string",
121-
"bugs": "https://github.com/developit/preact-render-to-string/issues",
122-
"homepage": "https://github.com/developit/preact-render-to-string",
120+
"repository": {
121+
"type": "git",
122+
"url": "https://github.com/preactjs/preact-render-to-string"
123+
},
124+
"bugs": "https://github.com/preactjs/preact-render-to-string/issues",
125+
"homepage": "https://github.com/preactjs/preact-render-to-string",
123126
"peerDependencies": {
124127
"preact": ">=10"
125128
},

0 commit comments

Comments
 (0)