Skip to content

Commit 6715a15

Browse files
committed
Specify the repository details and the author contacts in the package.json of the published package.
1 parent 8db2658 commit 6715a15

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/spine-validation-ts/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
"typescript",
2121
"protobuf-es"
2222
],
23-
"author": "",
23+
"author": "Spine Event Engine team <developers@spine.io>",
2424
"license": "Apache-2.0",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/SpineEventEngine/validation-ts.git",
28+
"directory": "packages/validation-ts"
29+
},
2530
"peerDependencies": {
2631
"@bufbuild/protobuf": "^2.10.2"
2732
},

0 commit comments

Comments
 (0)