Skip to content

Commit

Permalink
chore(package): update config to use GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed May 5, 2020
1 parent e0e9fc3 commit cd6a01d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
registry=https://npm.pkg.github.com/lundalogik
10 changes: 7 additions & 3 deletions 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": {
Expand All @@ -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": {
Expand Down

0 comments on commit cd6a01d

Please sign in to comment.