Skip to content

Commit

Permalink
Remove spurious packageManager from sub package
Browse files Browse the repository at this point in the history
  • Loading branch information
amberstarlight committed Jun 13, 2024
1 parent 7c684ac commit 61dc898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fix": "yarn eslint . --fix",
"prettier": "yarn prettier -w ."
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/node": "^20.14.2",
Expand Down
1 change: 0 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "@starlight/types",
"packageManager": "yarn@4.1.1",
"private": true
}

0 comments on commit 61dc898

Please sign in to comment.