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 e991ef6 commit 832768cCopy full SHA for 832768c
bin/set-version-output
@@ -1,6 +1,6 @@
1
#! /usr/bin/env node
2
3
-const getNodeVersion = require('../src/lib/getNodeVersion');
+const { getNodeVersion } = require('../src/lib/nodeVersionUtils');
4
const pkg = require('../package.json');
5
6
const name1 = 'RDME_VERSION';
package.json
@@ -66,7 +66,7 @@
66
"prettier": "^2.6.1"
67
},
68
"scripts": {
69
- "lint": "eslint .",
+ "lint": "eslint . bin/rdme bin/set-version-output",
70
"lint-docs": "alex .",
71
"pretest": "npm run lint && npm run lint-docs",
72
"prettier": "prettier --list-different --write \"./**/**.js\"",
0 commit comments