From a5499da22e68e6a916de9144a97f36fa5c2e2f9a Mon Sep 17 00:00:00 2001 From: Brad Vogel Date: Wed, 2 Dec 2020 09:53:47 -0500 Subject: [PATCH 1/2] feat: make module public Per https://mixmaxhq.atlassian.net/browse/CORE-3434 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a22757..d5dab1e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "type": "git", "url": "https://github.com/mixmaxhq/commitlint-jenkins.git" }, - "author": "Eli Skeggs (https://mixmax.com)", + "author": "Mixmax (https://mixmax.com)", "license": "MIT", "bugs": { "url": "https://github.com/mixmaxhq/commitlint-jenkins/issues" @@ -61,6 +61,6 @@ "manualPublishMessage": "This repository is configured to use semantic-release for its releases. Please do not release manually.\n" }, "publishConfig": { - "access": "restricted" + "access": "public" } } From e920f2edf3738a8c229165afa7da2b46c55a6c0c Mon Sep 17 00:00:00 2001 From: Brad Vogel Date: Wed, 2 Dec 2020 12:13:49 -0500 Subject: [PATCH 2/2] chore: update license year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2177cad..3d8f03b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Mixmax, Inc +Copyright (c) 2020 Mixmax, Inc Copyright (c) 2016 - 2019 Mario Nebl where applicable