Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from nopt 4.x to nopt 5.0.0 (#156)
installation of latest [email protected] produces a warning: ``` npm WARN deprecated [email protected]: This package is no longer supported. ``` This package is only used by nopt to call `os.homedir()` which has been stable since Node.js 2. It was removed [1] in nopt 5.0.0. There are newer versions of nopt available, but those raise the required Node.js engine level. In order to make this easy to release and to resolve the warning first, let's first move to nopt 5.0.0. [1]: npm/nopt@5c0e45b
- Loading branch information