From 56bddb5803b2990289b33bc654396a34e51103d8 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 6 Dec 2018 17:48:52 -0800 Subject: [PATCH] add correct author ;) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a22973b6f..161355a7ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "auto-release-cli", "description": "CLI tools to help facilitate semantic versioning based on Github PR labels.", "version": "0.20.18", - "author": "Intuit", + "author": { + "name": "Andrew Lisowski", + "email": "lisowski54@gmail.com" + }, "license": "MIT", "bin": { "auto": "dist/bin/auto.js"