Skip to content

Commit

Permalink
docs(utils): [resolveModule] fix valid npm package name note
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 15, 2023
1 parent 1992970 commit e869100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/resolve-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import RESOLVE_EXTENSIONS from './resolve-extensions'
*
* - [Subpath import][2] targets (that are strings) must be relative to the
* current working directory (e.g. `'./src/index.ts'`, `'./src/*.ts'`) or
* start with a [NPM valid package name][3]. See [`nodejs/node#40579`][4] for
* start with a [valid NPM package name][3]. See [`nodejs/node#40579`][4] for
* details.
*
* [1]: https://nodejs.org/api/esm.html#esm_resolver_algorithm
Expand Down

0 comments on commit e869100

Please sign in to comment.