1
0
의 미러 https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00
This commit is contained in:
AJ ONeal 2017-04-11 08:53:04 +00:00
부모 ea43bda64e
커밋 e07b650ae6

파일 보기

@ -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');