Skip to content

Commit

Permalink
docs(readme): updates logo height in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Feb 8, 2019
1 parent 00bd7c9 commit 2765159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- SHADOW_SECTION_LOGO_START -->

<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/intl-list-format/master/documentation/asset/logo.png" height="80" /></div>
<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/intl-list-format/master/documentation/asset/logo.png" height="60" /></div>

<!-- SHADOW_SECTION_LOGO_END -->

Expand All @@ -13,6 +13,7 @@
<!-- SHADOW_SECTION_BADGES_START -->

<a href="https://npmcharts.com/compare/intl-list-format?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/intl-list-format.svg" /></a>
<a href="https://www.npmjs.com/package/intl-list-format"><img alt="NPM version" src="https://badge.fury.io/js/intl-list-format.svg" /></a>
<a href="https://david-dm.org/wessberg/intl-list-format"><img alt="Dependencies" src="https://img.shields.io/david/wessberg%2Fintl-list-format.svg" /></a>
<a href="https://github.com/wessberg/intl-list-format/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Fintl-list-format.svg" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" /></a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@types/find-up": "^2.1.1",
"@wessberg/rollup-plugin-ts": "1.1.28",
"@wessberg/scaffold": "1.0.15",
"@wessberg/scaffold": "1.0.16",
"@wessberg/ts-config": "^0.0.39",
"ava": "^1.2.1",
"cldr": "^4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion scaffold.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
logo: {
url:
"https://raw.githubusercontent.com/wessberg/intl-list-format/master/documentation/asset/logo.png",
height: 80
height: 60
}
};

0 comments on commit 2765159

Please sign in to comment.