Skip to content

Commit 9a6a9ef

Browse files
committed
add packageManager for people not using volta
1 parent fd1b72f commit 9a6a9ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
public-hoist-pattern[]=@babel/*
22
resolution-mode=highest
3+
use-node-version=18.20.4

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,6 @@
194194
"volta": {
195195
"node": "18.20.4",
196196
"pnpm": "9.12.1"
197-
}
197+
},
198+
"packageManager": "[email protected]"
198199
}

0 commit comments

Comments
 (0)