Skip to content

Commit

Permalink
fix: disable package-manager-strict (#95)
Browse files Browse the repository at this point in the history
## Context

This pull request fixes the issue Vercel is having with the incompatible
PNPM version.

## Changes

- added .npmrc file

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] I have tested my code for breaking changes and added the
corresponding footer in this PR if needed
- [x] I have added tests that prove my fix is effective or that my
feature works
  • Loading branch information
remcolakens committed May 27, 2024
1 parent c3264b3 commit 579ef8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-manager-strict=false

0 comments on commit 579ef8d

Please sign in to comment.