From 329c7bf5a4f3e06e2f4b5c51857bb5817ce702c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 26 Nov 2014 20:20:42 +0200 Subject: [PATCH] Make minor improvements --- .gitattributes | 2 -- CHANGELOG.md | 4 ++++ archive/README.md | 14 +++++++------- package.json | 12 ++++++++++++ 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index a7d18f3479..8d92db1344 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,4 @@ .gitattributes export-ignore CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore -README.md export-ignore -archive/README.md export bin export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3611acb8..c32c03205f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### HEAD + +* Make minor improvements. + ### 3.1.0 (November 26, 2014) * Add SVG version of the Netscape 9 logo diff --git a/archive/README.md b/archive/README.md index 3eb1d0418e..21b2721e40 100644 --- a/archive/README.md +++ b/archive/README.md @@ -42,13 +42,13 @@ ### Chrome (Android) -| [Chrome 25-36
(Android)](https://en.wikipedia.org/wiki/Google_Chrome_for_Android) | +| [Chrome 25-36
(Android)](https://en.wikipedia.org/wiki/Google_Chrome_for_Android) | |:---:| | Chrome for Android 18-36 browser logo | ### Chrome Beta (Android) -| [Chrome Beta 25-36
(Android)](https://en.wikipedia.org/wiki/Google_Chrome_for_Android) | +| [Chrome Beta 25-36
(Android)](https://en.wikipedia.org/wiki/Google_Chrome_for_Android) | |:---:| | Chrome Beta for Android 25-36 browser logo | @@ -108,19 +108,19 @@ ### Firefox -| [Phoenix / Firebird](https://en.wikipedia.org/wiki/Firefox#History) | [Firefox 1](https://en.wikipedia.org/wiki/Firefox) | [Firefox 1.5-3](https://en.wikipedia.org/wiki/Firefox) | [Firefox 3.5-22](https://en.wikipedia.org/wiki/Firefox) | +| [Phoenix /
Firebird](https://en.wikipedia.org/wiki/Firefox#History) | [Firefox 1](https://en.wikipedia.org/wiki/Firefox) | [Firefox 1.5-3](https://en.wikipedia.org/wiki/Firefox) | [Firefox 3.5-22](https://en.wikipedia.org/wiki/Firefox) | |:---:|:---:|:---:|:---:| | Phoenix/Firebird browser logo | Firefox 1 browser logo | Firefox 1 browser logo | Firefox 3.5-22 browser logo | ### Firefox Aurora -| [Firefox Aurora 5-22](https://en.wikipedia.org/wiki/Firefox#Versions) | [Firefox Aurora 23-35](https://en.wikipedia.org/wiki/Firefox#Versions) | +| [Firefox Aurora
5-22](https://en.wikipedia.org/wiki/Firefox#Versions) | [Firefox Aurora
23-35](https://en.wikipedia.org/wiki/Firefox#Versions) | |:---:|:---:| | Firefox Aurora 5-22 browser logo | Firefox Aurora 23-35 browser logo | ### Firefox Nightly -| [Firefox Nightly 6-22](https://en.wikipedia.org/wiki/Firefox#Versions) | +| [Firefox Nightly
6-22](https://en.wikipedia.org/wiki/Firefox#Versions) | |:---:| | Firefox Nightly 6-22 browser logo | @@ -144,7 +144,7 @@ ### Internet Explorer -| [Internet Explorer 6](https://en.wikipedia.org/wiki/Internet_Explorer_6) | [Internet Explorer 7](https://en.wikipedia.org/wiki/Internet_Explorer_7)/[8](https://en.wikipedia.org/wiki/Internet_Explorer_8) | +| [Internet Explorer 6](https://en.wikipedia.org/wiki/Internet_Explorer_6) | [Internet Explorer
7](https://en.wikipedia.org/wiki/Internet_Explorer_7)/[8](https://en.wikipedia.org/wiki/Internet_Explorer_8) | |:---:|:---:| | Internet Explorer 6 browser logo | Internet Explorer 7 and 8 browser logo | @@ -258,7 +258,7 @@ ### Safari (iOS) -| [Safari (iOS 1-6)](https://en.wikipedia.org/wiki/Safari_%28web_browser%29) | +| [Safari 1-6 (iOS)](https://en.wikipedia.org/wiki/Safari_%28web_browser%29) | |:---:| | Safari for iOS 1-6 browser logo | diff --git a/package.json b/package.json index 6f62bfed68..c64b2a74ea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,17 @@ { + "author": { + "name": "Cătălin Mariș" + }, + "bugs": { + "url": "https://github.com/alrra/browser-logos/issues" + }, + "description": "Collection of high resolution web browser logos with transparent backgrounds", + "homepage": "https://github.com/alrra/browser-logos#readme", "name": "browser-logos", "private": true, + "repository": { + "type": "git", + "url": "git@github.com:alrra/browser-logos.git" + }, "version": "3.1.0" }