Skip to content

Commit

Permalink
chore: prompt people to use pnpm when using npm or yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
oekazuma committed Dec 17, 2021
1 parent e742991 commit afb29dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -103,5 +103,10 @@
"branches": [
"main"
]
},
"engines": {
"npm": "forbidden, use pnpm",
"pnpm": ">=6",
"yarn": "forbidden, use pnpm"
}
}

0 comments on commit afb29dd

Please sign in to comment.