From cd6a01dcd47519fb08d4a1abe72732dc0f6f5f29 Mon Sep 17 00:00:00 2001 From: Adrian Schmidt Date: Thu, 5 Mar 2020 12:59:26 +0100 Subject: [PATCH] chore(package): update config to use GitHub Packages --- .npmrc | 1 + package.json | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..c7f46f96 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.pkg.github.com/lundalogik diff --git a/package.json b/package.json index 87ffbd5e..7f99553b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "cz-conventional-changelog", - "version": "0.0.0-semantically-released.0", + "name": "@lundalogik/cz-conventional-changelog", + "version": "3.1.0", "description": "Commitizen adapter following the conventional-changelog format.", "main": "index.js", "scripts": { @@ -12,7 +12,11 @@ "homepage": "https://github.com/commitizen/cz-conventional-changelog", "repository": { "type": "git", - "url": "https://github.com/commitizen/cz-conventional-changelog.git" + "url": "https://github.com/Lundalogik/cz-conventional-changelog.git" + }, + "publishConfig": { + "access": "public", + "registry": "https://npm.pkg.github.com/lundalogik" }, "engineStrict": true, "engines": {