Skip to content

Commit

Permalink
Update package.json URLs and package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed May 26, 2024
1 parent c6a1fdd commit f9d4846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/gptsmotion/cmdk.git"
"url": "git+https://github.com/gptsmotion/motion-cmdk.git"
},
"bugs": {
"url": "https://github.com/gptsmotion/cmdk/issues"
"url": "https://github.com/gptsmotion/motion-cmdk/issues"
},
"homepage": "https://github.com/gptsmotion/cmdk#readme",
"homepage": "https://github.com/gptsmotion/motion-cmdk#readme",
"author": {
"name": "GPTs Motion",
"url": "https://github.com/pacocoursey"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"tsup": "8.0.1",
"typescript": "4.6.4"
},
"packageManager": "pnpm@9.0.4",
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss,yaml,yml}": [
"prettier --write"
Expand Down

0 comments on commit f9d4846

Please sign in to comment.