From 2a905122339e5679d6dd896d28d12baf54568fc8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 23 Aug 2018 10:42:59 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28ed51f..5cf9399 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "dependencies": { "ajv": "^6.5.2", "fastify": "^1.9.0", - "fastify-cli": "^0.17.0", + "fastify-cli": "^0.19.0", "fastify-env": "^0.6.0", "fastify-formbody": "^2.0.1", - "fastify-swagger": "^0.13.0", + "fastify-swagger": "^0.15.0", "simple-get": "^3.0.2" }, "devDependencies": { From 3811072aea58ba1444eee74303caa0958016ccce Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 23 Aug 2018 10:43:01 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0402868..4c60959 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Custom Plugin Node Library [![Build Status](https://travis-ci.org/mia-platform/custom-plugin-lib.svg?branch=master)](https://travis-ci.org/mia-platform/custom-plugin-lib) -[![Coverage Status](https://coveralls.io/repos/github/mia-platform/custom-plugin-lib/badge.svg?branch=master)](https://coveralls.io/github/mia-platform/custom-plugin-lib?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/mia-platform/custom-plugin-lib/badge.svg?branch=master)](https://coveralls.io/github/mia-platform/custom-plugin-lib?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/mia-platform/custom-plugin-lib.svg)](https://greenkeeper.io/) ## Summary This library helps you to implement the new platform custom plugins.