Skip to content

Commit 0e81491

Browse files
authored
fix(create-slidev): only scaffold pnpm npmrc for pnpm (#2564)
1 parent ac6e5cf commit 0e81491

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/create-app/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const RE_NON_ALPHANUMERIC = /[^a-z0-9-~]+/g
2525

2626
const renameFiles = {
2727
_gitignore: '.gitignore',
28-
_npmrc: '.npmrc',
2928
}
3029

3130
async function init() {

packages/create-app/template/_npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefullyHoist: true

0 commit comments

Comments
 (0)