Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 17d0569

Browse files
committed
Remove main field indication
1 parent 5673a7b commit 17d0569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = withTM({
9999
**Notes:**
100100

101101
- please declare `withTM` as your last plugin (the "most nested" one).
102-
- make sure all your packages have [a valid `main` field](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#main).
102+
- ~~make sure all your packages have [a valid `main` field](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#main).~~ (not needed anymore since `7.1.0`)
103103
- there is currently no way to transpile only parts of a package, it's all or nothing
104104

105105
### Scoped packages

0 commit comments

Comments
 (0)