Skip to content

Commit 832768c

Browse files
authored
fix: our broken set-version-output script (#488)
1 parent e991ef6 commit 832768c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/set-version-output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env node
22

3-
const getNodeVersion = require('../src/lib/getNodeVersion');
3+
const { getNodeVersion } = require('../src/lib/nodeVersionUtils');
44
const pkg = require('../package.json');
55

66
const name1 = 'RDME_VERSION';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"prettier": "^2.6.1"
6767
},
6868
"scripts": {
69-
"lint": "eslint .",
69+
"lint": "eslint . bin/rdme bin/set-version-output",
7070
"lint-docs": "alex .",
7171
"pretest": "npm run lint && npm run lint-docs",
7272
"prettier": "prettier --list-different --write \"./**/**.js\"",

0 commit comments

Comments
 (0)