feat: publishing

This commit is contained in:
skeris 2023-05-23 13:21:48 +03:00
parent bcfcaf08c3
commit 6ad843a2a0
2 changed files with 16 additions and 0 deletions

4
.npmrc Normal file

@ -0,0 +1,4 @@
@frontend:kitui=https://penahub.gitlab.yandexcloud.net/api/v4/packages/npm/
'//penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken'="${GITLAB_AUTH_TOKEN}"
'//penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/:_authToken'="${GITLAB_AUTH_TOKEN}"

12
package.json Normal file

@ -0,0 +1,12 @@
{
"name": "@frontend/kitui",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"repository": "git@penahub.gitlab.yandexcloud.net:frontend/kitui.git",
"author": "skeris <kotilion.95@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/"
}
}