Skip to content

Commit

Permalink
fix: our broken set-version-output script (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Apr 1, 2022
1 parent e991ef6 commit 832768c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/set-version-output
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env node

const getNodeVersion = require('../src/lib/getNodeVersion');
const { getNodeVersion } = require('../src/lib/nodeVersionUtils');
const pkg = require('../package.json');

const name1 = 'RDME_VERSION';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prettier": "^2.6.1"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint . bin/rdme bin/set-version-output",
"lint-docs": "alex .",
"pretest": "npm run lint && npm run lint-docs",
"prettier": "prettier --list-different --write \"./**/**.js\"",
Expand Down

0 comments on commit 832768c

Please sign in to comment.