Skip to content

Commit

Permalink
DEV: Switch to use pnpm (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Oct 10, 2024
1 parent f44a76c commit 9d0df9b
Show file tree
Hide file tree
Showing 4 changed files with 3,911 additions and 3,681 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
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"@discourse/lint-configs": "1.3.9",
"ember-template-lint": "6.0.0",
"eslint": "8.57.0",
"prettier": "2.8.8"
"prettier": "2.8.8",
"@babel/plugin-proposal-decorators": "^7.25.7"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
}
Loading

0 comments on commit 9d0df9b

Please sign in to comment.