From bea6581c9434c64327a2e314adc05713728129de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 31 May 2018 11:47:11 +0200 Subject: [PATCH] :arrow_up: 1.0.4 :tada: --- CONTRIBUTING.md | 2 +- README.md | 5 ++++- package.json | 16 ++++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ae15cb..f475e42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,6 @@ Thanks! :sweat_smile: -[1]: https://github.com/IonicaBizau/google-font-downloader/issues +[1]: https://github.com/Bloggify/google-font-downloader/issues [2]: https://github.com/IonicaBizau/code-style diff --git a/README.md b/README.md index 72723b8..f876e53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ +[![google-font-downloader](https://i.imgur.com/arpGZH6.png)](#) + # `$ google-font-downloader` [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/google-font-downloader.svg)](https://www.npmjs.com/package/google-font-downloader) [![Downloads](https://img.shields.io/npm/dt/google-font-downloader.svg)](https://www.npmjs.com/package/google-font-downloader) @@ -26,6 +28,7 @@ You need to provide the url to the Google APIs endpoint (e.g. `https://fonts.goo ![Example](https://i.imgur.com/yGcOPKg.gif) + ## :cloud: Installation You can install the package globally and use it as command line tool: @@ -59,7 +62,7 @@ Options: Examples: $ google-font-downloader https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i -Documentation can be found at https://github.com/IonicaBizau/google-font-downloader#readme. +Documentation can be found at https://github.com/Bloggify/google-font-downloader#readme. ``` ## :yum: How to contribute diff --git a/package.json b/package.json index fdbe33a..e713fcc 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "url" ], "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău (https://ionicabizau.net)", - "homepage": "https://github.com/IonicaBizau/google-font-downloader#readme", + "homepage": "https://github.com/Bloggify/google-font-downloader#readme", "files": [ "bin/", "app/", @@ -39,10 +39,10 @@ ], "repository": { "type": "git", - "url": "git+ssh://git@github.com/IonicaBizau/google-font-downloader.git" + "url": "git+ssh://git@github.com/Bloggify/google-font-downloader.git" }, "bugs": { - "url": "https://github.com/IonicaBizau/google-font-downloader/issues" + "url": "https://github.com/Bloggify/google-font-downloader/issues" }, "dependencies": { "match-all": "^1.2.4", @@ -51,6 +51,7 @@ "tinyreq": "^3.4.0" }, "blah": { + "h_img": "https://i.imgur.com/arpGZH6.png", "description": [ { "h4": "Usage" @@ -74,8 +75,11 @@ ] }, { - "img": { "title": "Example", "source": "https://i.imgur.com/yGcOPKg.gif" } + "img": { + "title": "Example", + "source": "https://i.imgur.com/yGcOPKg.gif" + } } ] } -} +} \ No newline at end of file