Skip to content

Commit 35a9681

Browse files
committed
Changes the package file to work with yargs@11 and above.
1 parent 4b7d88c commit 35a9681

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
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"mathjax-node-sre": "*",
29-
"yargs": ">=3.*"
29+
"yargs": ">=11.*"
3030
},
3131
"scripts": {
3232
"test": "tape test/*.js"

0 commit comments

Comments
 (0)