Skip to content

Commit cd6a01d

Browse files
committed
chore(package): update config to use GitHub Packages
1 parent e0e9fc3 commit cd6a01d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/lundalogik

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "cz-conventional-changelog",
3-
"version": "0.0.0-semantically-released.0",
2+
"name": "@lundalogik/cz-conventional-changelog",
3+
"version": "3.1.0",
44
"description": "Commitizen adapter following the conventional-changelog format.",
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,11 @@
1212
"homepage": "https://github.com/commitizen/cz-conventional-changelog",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/commitizen/cz-conventional-changelog.git"
15+
"url": "https://github.com/Lundalogik/cz-conventional-changelog.git"
16+
},
17+
"publishConfig": {
18+
"access": "public",
19+
"registry": "https://npm.pkg.github.com/lundalogik"
1620
},
1721
"engineStrict": true,
1822
"engines": {

0 commit comments

Comments
 (0)