Skip to content

Commit

Permalink
Security updates: Update commander, mocha. npm audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sony Seng authored and sonyseng committed May 29, 2021
1 parent 3c4ba22 commit cd04834
Show file tree
Hide file tree
Showing 32 changed files with 195 additions and 16,193 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ $ json-caching-proxy --config config.json

## Programmatic Usage

API docs can be found here: [JsonCachingProxy doc](http://sonyseng.github.io/json-caching-proxy/jsdoc/JsonCachingProxy.html)

```js
const JsonCachingProxy = require('json-caching-proxy');

Expand Down
1 change: 1 addition & 0 deletions bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function isDef (val) {
}

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

0 comments on commit cd04834

Please sign in to comment.