Skip to content

Commit 67ba033

Browse files
authored
chore(repo): harden npm installs (#405)
add allow-git to npmrc to prevent git based dependencies from being installed. add ignore-scripts to prevent pre/post scripts from running
1 parent d272063 commit 67ba033

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
allow-git="none"
2+
ignore-scripts=true
13
min-release-age=7

0 commit comments

Comments
 (0)