diff --git a/package.json b/package.json index 05f3019e3..a65e90163 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.19", - "author": "Intuit", + "author": { + "name": "Andrew Lisowski", + "email": "lisowski54@gmail.com" + }, "license": "MIT", "bin": { "auto": "dist/bin/auto.js"