Created
January 5, 2018 11:13
-
-
Save ivn-cote/a4c105575e4b52cf773f6fe9a1a60fb2 to your computer and use it in GitHub Desktop.
Revisions
-
ivn-cote created this gist
Jan 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/bash sed -i '' 's/<old>/<new>/g' package-lock.json sed -i '' 's/<old>/<new>/g' .npmrc rm -rf node_modules npm cache clear --force npm i