From 1a687b8327f009d8750073986c2afdfa27b8f130 Mon Sep 17 00:00:00 2001 From: Denys Vitali Date: Mon, 30 Jan 2017 15:39:06 +0100 Subject: [PATCH] Add contributor --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3101e28..8372835 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,10 @@ { "name": "Victor Uriarte", "url": "https://github.com/vmuriart" + }, + { + "name": "Denys Vitali", + "url": "https://github.com/denysvitali" } ], "engines": { @@ -306,4 +310,4 @@ "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html" } -} \ No newline at end of file +}