Skip to content

Commit 733af35

Browse files
committed
Merge pull request #107 from heroku/remove-npm-cert-workaround
npm reverted to a backwards compatible cert
2 parents 7403340 + bccbb78 commit 733af35

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
@@ -75,13 +75,6 @@ elif test -d $cache_dir/node/node_modules; then
7575

7676
fi
7777

78-
# Handle npm's new cert bug
79-
# http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
80-
if [ ! -f "$build_dir/.npmrc" ]; then
81-
status "Writing a custom .npmrc to circumvent npm bugs"
82-
echo "ca=" > "$build_dir/.npmrc"
83-
fi
84-
8578
# Scope config var availability only to `npm install`
8679
(
8780
if [ -d "$env_dir" ]; then

0 commit comments

Comments
 (0)