Skip to content

Commit

Permalink
Remove "repository.directory" field in package.json (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored Dec 4, 2024
1 parent 40121d6 commit 43e9e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vercel/sdk.git",
"directory": "packages/sdk"
"url": "https://github.com/vercel/sdk.git"
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
Expand Down

0 comments on commit 43e9e82

Please sign in to comment.