Skip to content

Commit

Permalink
chore: set save-exact for npm
Browse files Browse the repository at this point in the history
started using exact versions originally when
attempting to use renovate. seemed like a decent idea.

adding this now because it was annoying to npm install and have to
remove the carrot for consistency every time!
  • Loading branch information
keyserj committed Oct 11, 2024
1 parent bca9211 commit fefb2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
engine-strict=true
# workaround for getting storybook to work with npm7+; issue closed but hopefully this is addressed eventually https://github.com/storybookjs/storybook/issues/18298#issuecomment-1209929821
legacy-peer-deps=true
# don't upgrade package versions unintentionally
save-exact=true

0 comments on commit fefb2dc

Please sign in to comment.