-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for yarn@1, set packageManager field in package.json (pn…
…pm 9.x, npm 11.x) (#322) * Drop support for yarn@1, set packageManager field in package.json (pnpm 9.x, yarn 4.x, npm 11.x) * Set yarn version * Error when passing --yarn * set yarn to false * Remove yarn from ci * ope
- Loading branch information
1 parent
e744e65
commit b6b1d1a
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"license": "MIT", | ||
"author": "", | ||
"scripts": {}, | ||
"packageManager": "<%= pnpm ? '[email protected]' : '[email protected]' %>", | ||
"devDependencies": {<% if (typescript) { %> | ||
"@glint/core": "^1.2.1",<% } %> | ||
"concurrently": "^8.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters