Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 20, 2020
1 parent 7a1a55b commit 1a21a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -7,7 +7,7 @@ import * as _ts from 'typescript'

/**
* Does this version of node obey the package.json "type" field
* and attempt to load scripts as ESM
* and throw ERR_REQUIRE_ESM when attempting to require() an ESM modules.
*/
const engineSupportsPackageTypeField = parseInt(process.versions.node.split('.')[0], 10) >= 12

Expand Down

0 comments on commit 1a21a7d

Please sign in to comment.