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

Commit

Permalink
auto-activate always by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 8, 2010
1 parent 656aac1 commit 8c7ce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/ini.js
Expand Up @@ -39,7 +39,7 @@ var sys = require("sys")
, iamroot = (process.getuid() === 0)
, npm = require("../../npm")
, defaultConfig =
{ "auto-activate" : true
{ "auto-activate" : "always"
, "auto-deactivate" : true
, root : iamroot ? path.join(process.installPrefix, "lib", "node")
: require.paths[0].indexOf(".npm") !== -1 ? require.paths[1]
Expand Down

0 comments on commit 8c7ce7f

Please sign in to comment.