We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1897dab commit cdb475cCopy full SHA for cdb475c
package.json
@@ -24,7 +24,7 @@
24
"benchmark:large": "node benchmark/benchmark-large.js",
25
"benchmark:small": "node benchmark/benchmark-small.js",
26
"benchmark": "npm run benchmark:small && npm run benchmark:regular && npm run benchmark:large",
27
- "bump": "ncu -u",
+ "bump": "ncu -u --greatest",
28
"prepare": "npm run build"
29
},
30
"gypfile": true,
0 commit comments