Created
October 28, 2020 13:53
-
-
Save jdvivar/40afcf8b0a68e22bbc9bbf3df60d5dd7 to your computer and use it in GitHub Desktop.
NPM script to remove 443 port from package-lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"remove-443": "sed -i '' 's/.net:443/.net/g' package-lock.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment