Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f8601827b3 | |||
| 68908b80a2 | 
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "telebit", | ||||
|   "version": "0.20.6", | ||||
|   "version": "0.20.7", | ||||
|   "description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.", | ||||
|   "main": "lib/remote.js", | ||||
|   "files": [ | ||||
|  | ||||
| @ -80,7 +80,7 @@ function run() { | ||||
|     }; | ||||
|     vars.telebitNpm = process.env.TELEBIT_NPM || path.resolve(vars.telebitNode, '../npm'); | ||||
|     vars.nodePath = process.env.NODE_PATH || path.resolve(vars.telebitNode, '../lib/node_modules'); | ||||
|     vars.npmConfigPrefix = process.env.NPM_CONFIG_PREFIX || path.resolve(vars.telebitNode, '..'); | ||||
|     vars.npmConfigPrefix = process.env.NPM_CONFIG_PREFIX || path.resolve(vars.telebitNode, '..', '..'); | ||||
|     if (-1 === vars.telebitRwDirs.indexOf(vars.npmConfigPrefix)) { | ||||
|       vars.telebitRwDirs.push(vars.npmConfigPrefix); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user