From bd2b564876840849ed5b0e6c8dd4e058daf6ba04 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 10 Apr 2015 16:12:05 +0200 Subject: [PATCH] Update mkr. --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 019e5c82..367b8446 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,6 @@ too. Exceptions are the [Material Design icons][material-design-icons] (CC BY 4. [npm]: https://www.npmjs.org [material-design-icons]: https://github.com/google/material-design-icons -[license-img]: http://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square -[web-img]: http://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square -[github-img]: http://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square +[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square +[web-img]: https://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square +[github-img]: https://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square diff --git a/package.json b/package.json index 8297ce53..3d46b5e2 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "fquery-jszip": "~0.5.0", "fquery-less": "~0.2.0", "fquery-uglifyjs": "~0.2.1", - "mkr": "~0.8.0" + "mkr": "~0.8.1" } }