Created
January 3, 2019 21:16
-
-
Save johnelliott/90e4cdf4ebecb00ece22b3205b77a4ca to your computer and use it in GitHub Desktop.
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
#! /bin/sh | |
find . -name node_modules -prune -or -name package-lock.json -exec sed --in-place=.backup --separate 's|http://|https://|g' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment