From 6872ad61a0afafc40b66ecdb29bec1987c57dc58 Mon Sep 17 00:00:00 2001 From: Flavien Peyre Date: Mon, 25 Apr 2016 13:59:41 -0400 Subject: [PATCH] ADD: Flavien Peyre to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ceb50e..489d717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mod-influxdb", "types": ["module"], - "version": "3.0.0", + "version": "3.0.1", "homepage": "https://github.com/savoirfairelinux/mod-influxdb", "author": "Alexandre Viau", "description": "Export host and service performance data and events to InfluxDB", @@ -9,6 +9,10 @@ { "name": "Alexandre Viau", "email": "alexandre.viau@savoirfairelinux.com" + }, + { + "name": "Flavien Peyre", + "email": "flavien.peyre@savoirfairelinux.com" } ], "repository": "https://github.com/savoirfairelinux/mod-influxdb",