Skip to content

Commit 9a23dd5

Browse files
authored
chore: add sub-directory to package meta for 'npm repo ...' to work better (#176)
1 parent e2afbb8 commit 9a23dd5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/ecs-helpers/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git"
11+
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git",
12+
"directory": "packages/ecs-helpers"
1213
},
1314
"author": "Tomas Della Vedova",
1415
"license": "Apache-2.0",

packages/ecs-morgan-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git"
13+
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git",
14+
"directory": "packages/ecs-morgan-format"
1415
},
1516
"keywords": [
1617
"morgan",

packages/ecs-pino-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"types": "index.d.ts",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git"
13+
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git",
14+
"directory": "packages/ecs-pino-format"
1415
},
1516
"keywords": [
1617
"pino",

packages/ecs-winston-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git"
13+
"url": "git+https://github.com/elastic/ecs-logging-nodejs.git",
14+
"directory": "packages/ecs-winston-format"
1415
},
1516
"keywords": [
1617
"winston",

0 commit comments

Comments
 (0)