-
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: specify pnpm version in package json (#1676)
- Loading branch information
1 parent
e87e00b
commit c0cec11
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
".": { | ||
"default": "./lib/index.js" | ||
|
@@ -23,7 +24,8 @@ | |
"msw": "cli/index.js" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=14", | ||
"pnpm": "~7.12" | ||
}, | ||
"scripts": { | ||
"start": "tsup --watch", | ||
|
c0cec11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"pnpm": "~7.12"
this one breaks when I use with pnpm 8+c0cec11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean when I want to install package with pnpm 8+