Skip to content

Commit

Permalink
⬆️ 1.0.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 31, 2018
1 parent 809a5da commit bea6581
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->


[![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)
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bizauionica@gmail.com> (https://ionicabizau.net)",
"homepage": "https://github.com/IonicaBizau/google-font-downloader#readme",
"homepage": "https://github.com/Bloggify/google-font-downloader#readme",
"files": [
"bin/",
"app/",
Expand All @@ -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",
Expand All @@ -51,6 +51,7 @@
"tinyreq": "^3.4.0"
},
"blah": {
"h_img": "https://i.imgur.com/arpGZH6.png",
"description": [
{
"h4": "Usage"
Expand All @@ -74,8 +75,11 @@
]
},
{
"img": { "title": "Example", "source": "https://i.imgur.com/yGcOPKg.gif" }
"img": {
"title": "Example",
"source": "https://i.imgur.com/yGcOPKg.gif"
}
}
]
}
}
}

0 comments on commit bea6581

Please sign in to comment.