Skip to content

Commit eee2610

Browse files
committed
Add npmrc
1 parent 57de542 commit eee2610

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/demo/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Prevent accidental package upgrades from a private registry and avoid writing private URLs to the lock file.
2+
registry=https://registry.npmjs.org/

packages/lib/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Prevent accidental package upgrades from a private registry and avoid writing private URLs to the lock file.
2+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)