Skip to content

Commit

Permalink
add github repo to package.json, fixes #262
Browse files Browse the repository at this point in the history
  • Loading branch information
pacocoursey committed May 19, 2024
1 parent 13f11c4 commit 541fad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/pacocoursey/cmdk.git"
"url": "git+https://github.com/pacocoursey/cmdk.git",
"directory": "cmdk"
},
"bugs": {
"url": "https://github.com/pacocoursey/cmdk/issues"
},
"homepage": "https://github.com/pacocoursey/cmdk#readme",
"author": {
"name": "Paco",
"url": "https://github.com/pacocoursey"
}
}

0 comments on commit 541fad2

Please sign in to comment.