Skip to content

Commit 541fad2

Browse files
committed
add github repo to package.json, fixes #262
1 parent 13f11c4 commit 541fad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmdk/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@
3636
"sideEffects": false,
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/pacocoursey/cmdk.git"
39+
"url": "git+https://github.com/pacocoursey/cmdk.git",
40+
"directory": "cmdk"
4041
},
4142
"bugs": {
4243
"url": "https://github.com/pacocoursey/cmdk/issues"
4344
},
4445
"homepage": "https://github.com/pacocoursey/cmdk#readme",
4546
"author": {
47+
"name": "Paco",
4648
"url": "https://github.com/pacocoursey"
4749
}
4850
}

0 commit comments

Comments
 (0)