Skip to content

Commit

Permalink
JSPMHOME -> JSPM_GLOBAL_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 25, 2016
1 parent d6feb3c commit bee5347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports.readJSONSync = function(file) {
return pjson;
};

exports.HOME = process.env.JSPMPATH || process.env.LOCALAPPDATA || process.env.HOME || process.env.HOMEPATH;
exports.HOME = process.env.JSPM_GLOBAL_PATH || process.env.LOCALAPPDATA || process.env.HOME || process.env.HOMEPATH;

var isWin = process.platform.match(/^win/);
exports.isWin = isWin;
Expand Down

0 comments on commit bee5347

Please sign in to comment.