Skip to content

Commit

Permalink
Removed engines.pnpm from CLI blueprints (#128)
Browse files Browse the repository at this point in the history
* bugfix: Removed engines.pnpm

* chore: Updated fixtures

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 14, 2024
1 parent 8569b9a commit a662d72
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-donuts-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codemod-utils/cli": patch
---

Removed engines.pnpm
6 changes: 2 additions & 4 deletions packages/cli/src/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"dependencies": {},
"devDependencies": {},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
}
}<% } else { %>{
"name": "<%= options.codemod.name %>",
Expand Down Expand Up @@ -73,7 +72,6 @@
"dependencies": {},
"devDependencies": {},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
}
}<% } %>
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"prettier": "^3.3.3"
},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"prettier": "^3.3.3"
},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
},
"pnpm": {
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
"node": "18.* || >= 20"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit a662d72

Please sign in to comment.