Skip to content

Commit

Permalink
chore: minor code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Aug 19, 2022
1 parent 074c13e commit cc56430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/getNodeVersion.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const pkg = require('../../package.json');

/**
* The reason this file has remained in JavaScript is because we need to
* be able to run this file without installing/building any dependencies.
*/

/**
* Return the major Node.js version specified in our `package.json` config.
*
Expand Down

0 comments on commit cc56430

Please sign in to comment.