Skip to content

Commit

Permalink
add future considerations to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MZanggl committed Aug 9, 2020
1 parent 8a88751 commit 9918c4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,3 +1152,7 @@ given.string('children').singular() // String { 'child' }
given.string('child').singular() // String { 'child' }
```
</details>

## Future considerations

- Drop CJS once ES modules are widely supported in Node. ES modules are much lighter.

0 comments on commit 9918c4d

Please sign in to comment.