Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore-scripts=true
allow-git=none
min-release-age=30
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ git tag -a -m "$TAG" $TAG
git tag -a -m "$TAG" v1 -f
git push --tags -f
```

## Updating Deps

By default npm is fairly locked down in [.npmrc](`./.npmrc`). You can use `npx npm-check-updates` and `npm audit` to
help resolve fixes as they respect the minimum age. Any scripts that include scripts ought to be audited and approved
before they are run. If you need a newer dep please audit each carefully before bypassing the minimum age.
Loading
Loading