Skip to content

Commit 9939898

Browse files
committed
chore(deps): enforce pnpm
1 parent 7a84dbc commit 9939898

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict = true

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
"typescript": "~5.8.0",
5858
"typescript-eslint": "^8.0.0"
5959
},
60+
"engines": {
61+
"npm": "Please use pnpm instead of npm to install dependencies",
62+
"yarn": "Please use pnpm instead of yarn to install dependencies",
63+
"pnpm": "^10.7.0"
64+
},
6065
"packageManager": "[email protected]"
6166
}

0 commit comments

Comments
 (0)