Skip to content

Instantly share code, notes, and snippets.

@jdvivar
Created October 28, 2020 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdvivar/40afcf8b0a68e22bbc9bbf3df60d5dd7 to your computer and use it in GitHub Desktop.
Save jdvivar/40afcf8b0a68e22bbc9bbf3df60d5dd7 to your computer and use it in GitHub Desktop.
NPM script to remove 443 port from package-lock
"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