Skip to content

Commit

Permalink
fix(npm): set strict-peer-dependencies to false
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Sep 13, 2024
1 parent e96b6c5 commit 2a40bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ node-env=production
# registry=https://registry.npmjs.org/

# Configure cache location (uncomment and modify if needed)
# cache=~/.pnpm-store
# cache=~/.pnpm-store

strict-peer-dependencies=false

0 comments on commit 2a40bef

Please sign in to comment.