Skip to content

Commit cac9a95

Browse files
committed
fix yargs
1 parent b2094b7 commit cac9a95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import zerxes from './src/zerxes.js';
33
import yargs from 'yargs';
44

5-
const argv = yargs
5+
const argv = yargs(process.argv.slice(2))
66
.option('in', {
77
describe: 'input file',
88
type: 'string',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zerxes",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"description": "HTTP Response Tester",
55
"repository": "stevenaw/zerxes",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"name": "Steven Weerdenburg"
1818
},
1919
"engines": {
20-
"node": ">=6"
20+
"node": ">=14"
2121
},
2222
"bin": {
2323
"zerxes": "index.js"

0 commit comments

Comments
 (0)