Skip to content

Commit adbfe76

Browse files
committed
chore: baselined repository field to package.json
1 parent 739e54c commit adbfe76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.1",
44
"author": "Jay Lee <jay@vendit.co.kr>",
55
"description": "High-performance, SOLID-structured RESP client for Redis and other RESP-compatible servers",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/vcms-io/solidis.git"
9+
},
610
"license": "MIT",
711
"type": "module",
812
"scripts": {

0 commit comments

Comments
 (0)