Merge pull request #414 from alibaba/module-case-senstive

fix issue 413,  fix case sensitive on certain platform
This commit is contained in:
Nick 2018-08-09 16:46:14 +08:00 committed by GitHub
commit ce1327205c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ const program = require('commander'),
co = require('co'),
packageInfo = require('../package.json'),
util = require('../lib/util'),
rootCACheck = require('./rootCaCheck'),
rootCACheck = require('./rootCACheck'),
startServer = require('./startServer'),
logUtil = require('../lib/log');

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "4.0.11",
"version": "4.0.12",
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
"main": "proxy.js",
"bin": {