Skip to content

Commit 47eb5da

Browse files
committed
fix deps for use with npx
Signed-off-by: Michael Dawson <[email protected]>
1 parent bfef91c commit 47eb5da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"got": "^11.1.3",
3232
"loggerr": "^3.0.0-0",
3333
"normalize-url": "^5.0.0",
34+
"fs-extra": "^8.1.0",
3435
"yargs": "^15.0.2"
3536
},
3637
"devDependencies": {
@@ -42,9 +43,10 @@
4243
"eslint-plugin-promise": "^4.2.1",
4344
"eslint-plugin-standard": "^4.0.1",
4445
"fs-extra": "^8.1.0",
45-
"mocha": "^6.2.0"
46+
"mocha": "^6.2.0",
47+
"standard": "^14.0.2"
4648
},
4749
"engines": {
48-
"node": "^14 || ^13 || ^12 || ^11 || ^10 || ^8 || ^6"
50+
"node": "^14 || ^13 || ^12 || ^11 || ^10.19"
4951
}
5052
}

0 commit comments

Comments
 (0)