Skip to content

Commit cd04834

Browse files
Sony Sengsonyseng
authored andcommitted
Security updates: Update commander, mocha. npm audit fixes
1 parent 3c4ba22 commit cd04834

32 files changed

+195
-16193
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ $ json-caching-proxy --config config.json
107107

108108
## Programmatic Usage
109109

110-
API docs can be found here: [JsonCachingProxy doc](http://sonyseng.github.io/json-caching-proxy/jsdoc/JsonCachingProxy.html)
111-
112110
```js
113111
const JsonCachingProxy = require('json-caching-proxy');
114112

bin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function isDef (val) {
2020
}
2121

2222
program
23+
.storeOptionsAsProperties()
2324
.version(version)
2425
.option('-c, --config [path]', 'load a config file of options. Command line args will be overridden')
2526
.option('-u, --url [url]', 'set target server (e.g. https://network:8080)')

0 commit comments

Comments
 (0)