Este commit está contenido en:
AJ ONeal 2017-04-11 08:53:04 +00:00
padre ea43bda64e
commit e07b650ae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -1,7 +1,7 @@
'use strict';
var path = require('path');
var homeRe = new RegExp("^~(\\/|\\\|\\" + path.sep + ")");
var homeRe = new RegExp("^~(\\/|\\\\|\\" + path.sep + ")");
var re = /^[a-zA-Z0-9\.\-]+$/;
var punycode = require('punycode');
var PromiseA = require('bluebird');