Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 7740bc6

Browse files
author
András Tóth
committed
chore(package): update dependencies
1 parent abe50c4 commit 7740bc6

File tree

6 files changed

+1509
-1306
lines changed

6 files changed

+1509
-1306
lines changed
Binary file not shown.

index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ try {
2222

2323
if (nodeVersionRequirement && !semver.satisfies(process.version, nodeVersionRequirement)) {
2424
throw new Error(
25-
`Node.js runtime version not satisfied (required: ${nodeVersionRequirement}, current: ${
26-
process.version
27-
}), run \`nvm install ${nodeVersionRequirement}\` or see https://nodejs.org/`
25+
`Node.js runtime version not satisfied (required: ${nodeVersionRequirement}, current: ${process.version}), run \`nvm install ${nodeVersionRequirement}\` or see https://nodejs.org/`
2826
)
2927
}
3028

0 commit comments

Comments
 (0)