Skip to content

Commit f33cc6a

Browse files
authored
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
1 parent 670029a commit f33cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grunt-known-options": "~2.0.0",
1919
"interpret": "~1.1.0",
2020
"liftup": "~3.0.1",
21-
"nopt": "~4.0.1",
21+
"nopt": "~5.0.0",
2222
"v8flags": "^4.0.1"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)