Skip to content

Commit a93752f

Browse files
committed
nopt: allow version 3
No longer parse numeric args. Technically a breaking change, but not breaking for node-gyp, because it doesn't accept any numeric args anyway.
1 parent d26fdb1 commit a93752f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fstream": "0",
2727
"minimatch": "0",
2828
"mkdirp": "0",
29-
"nopt": "2",
29+
"nopt": "2 || 3",
3030
"npmlog": "0",
3131
"osenv": "0",
3232
"request": "2",

0 commit comments

Comments
 (0)