Skip to content

Commit

Permalink
DEV: Switch to use pnpm (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Oct 7, 2024
1 parent 2f49763 commit d2e3fbe
Show file tree
Hide file tree
Showing 4 changed files with 3,905 additions and 3,698 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict = true
auto-install-peers = false
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
"ember-template-lint": "6.0.0",
"eslint": "8.57.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
}
Loading

0 comments on commit d2e3fbe

Please sign in to comment.