ci: Update repository url in package.json
This change allows semantic-release to automatically publish release notes again. https://github.com/semantic-release/semantic-release/issues/199
Showing
... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/colebemis/feather.git" | "url": "https://github.com/feathericons/feather.git" | ||
}, | }, | ||
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)", | "author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)", | ||
"license": "MIT" | "license": "MIT" | ||
... | ... |
Please register or sign in to comment