atom-package-manager
Advanced tools
Comparing version 0.148.0 to 0.149.0
@@ -90,3 +90,3 @@ (function() { | ||
var _ref; | ||
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.22.0'; | ||
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.21.0'; | ||
}, | ||
@@ -93,0 +93,0 @@ getNodeArch: function() { |
@@ -28,2 +28,5 @@ (function() { | ||
} | ||
if (process.env.JANKY_SHA1) { | ||
requestOptions.timeout = 30 * 60 * 1000; | ||
} | ||
userAgent = (_ref = npm.config.get('user-agent')) != null ? _ref : "AtomApm/" + (require('../package.json').version); | ||
@@ -30,0 +33,0 @@ if (requestOptions.headers == null) { |
{ | ||
"name": "atom-package-manager", | ||
"description": "Atom package manager", | ||
"version": "0.148.0", | ||
"version": "0.149.0", | ||
"licenses": [ | ||
@@ -6,0 +6,0 @@ { |
242776
5444
42