diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c5887..3e7280d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Changed + +- Allow passing unknown options to `nw` via `commander` acting as parser. + ## [0.86.0-3] ### Changed diff --git a/package.json b/package.json index 8421eb5..6c425a3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "scripts": { "postinstall": "node src/postinstall.js", "test": "vitest run", - "demo": "nw ./test/app" + "demo": "nw ./test/app --log-level=verbose" }, "files": [ "bin",