From df6ab4baf76e502c51673aea1dc31a0c95f05fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=9A=E7=84=B6?= Date: Thu, 9 Aug 2018 16:43:30 +0800 Subject: [PATCH] fix issue 413, update the module name to fix case sensitive on certain platform --- bin/anyproxy | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/anyproxy b/bin/anyproxy index 23e3577..76e853c 100755 --- a/bin/anyproxy +++ b/bin/anyproxy @@ -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'); diff --git a/package.json b/package.json index 8ad7082..30b857a 100644 --- a/package.json +++ b/package.json @@ -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": {