Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
default to https for the registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 26, 2010
1 parent 9ba38d7 commit 01b7cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/ini.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var fs = require('fs'),
var defaultConfig =
{ 'auto-activate' : true
, root : path.join(process.env.HOME, '.node_libraries')
, registry : "http://registry.npmjs.org/"
, registry : "https://registry.npmjs.org/"
};

function getConfig () {
Expand Down

0 comments on commit 01b7cb7

Please sign in to comment.