Skip to content

Commit de084af

Browse files
teritePietro
authored and
Pietro
committed
change homepage in package.json to be a url (#154)
When using yarn, I see the url of this project listed as `http://.`, this commit should fix that issue. https://docs.npmjs.com/files/package.json#homepage
1 parent f9891d4 commit de084af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"bugs": {
113113
"url": "https://github.com/bbc/react-transcript-editor/issues"
114114
},
115-
"homepage": ".",
115+
"homepage": "https://github.com/bbc/react-transcript-editor",
116116
"repository": {
117117
"type": "git",
118118
"url": "git+https://github.com/bbc/react-transcript-editor.git"

0 commit comments

Comments
 (0)