Skip to content

Commit 9d0df9b

Browse files
authored
DEV: Switch to use pnpm (#59)
1 parent f44a76c commit 9d0df9b

File tree

4 files changed

+3911
-3681
lines changed

4 files changed

+3911
-3681
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict = true
2+
auto-install-peers = false

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"@discourse/lint-configs": "1.3.9",
55
"ember-template-lint": "6.0.0",
66
"eslint": "8.57.0",
7-
"prettier": "2.8.8"
7+
"prettier": "2.8.8",
8+
"@babel/plugin-proposal-decorators": "^7.25.7"
9+
},
10+
"engines": {
11+
"node": ">= 18",
12+
"npm": "please-use-pnpm",
13+
"yarn": "please-use-pnpm",
14+
"pnpm": ">= 9"
815
}
916
}

0 commit comments

Comments
 (0)