Skip to content

Commit 878ff9e

Browse files
committed
chore: updated package accessConfig and repo url
1 parent 4b412d1 commit 878ff9e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "@ciscode/logging-kit",
33
"version": "1.0.0",
4-
"private": true,
54
"description": "Universal logging library for NestJS with configurable transports (Console, File, HTTP/Dynatrace)",
65
"author": "CisCode",
6+
"publishConfig": {
7+
"access": "public"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/CISCODE-MA/LoggingKit.git"
12+
},
713
"license": "MIT",
814
"type": "module",
915
"sideEffects": false,

0 commit comments

Comments
 (0)