Last active
July 2, 2021 08:58
-
-
Save SiegeSailor/b5bd6053f0fd5bdd89a3e95820090352 to your computer and use it in GitHub Desktop.
GitLab private package package.json configruation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@group/project", | |
"private": false, | |
"repository": { | |
"type": "git", | |
"url": "https://gitlab.example.tw/group/project" | |
}, | |
"version": "1.0.0", | |
"publishConfig": { | |
"@group:registry": "https://gitlab.example.tw/api/v4/projects/1/packages/npm/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment