Skip to content

Commit f8c3238

Browse files
committed
Try fixing a dependabot / github package registry bug
1 parent 470fb9a commit f8c3238

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.npmrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
save-exact=true
2+
3+
# A fix for a dependabot error:
4+
# dependabot would hit the github registry (instead of the npmjs one)
5+
# by default, and some @types/ packages would be stale there,
6+
# resulting in a "version not found" error.
7+
# I'm still not sure what makes dependabot not check npmjs.org by default,
8+
# but this line solves the problem.
9+
@types:registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)