Skip to content

Commit ffd09df

Browse files
author
Aaron Triantafyllidis & Rick Reilly
committed
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md
2 parents 89287cd + 733af35 commit ffd09df

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bin/compile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,6 @@ elif test -d $cache_dir/node/node_modules; then
8686

8787
fi
8888

89-
# Handle npm's new cert bug
90-
# http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
91-
if [ ! -f "$build_dir/.npmrc" ]; then
92-
status "Writing a custom .npmrc to circumvent npm bugs"
93-
echo "ca=" > "$build_dir/.npmrc"
94-
fi
95-
9689
# Scope config var availability only to `npm install`
9790
(
9891
if [ -d "$env_dir" ]; then

0 commit comments

Comments
 (0)