Skip to content

Commit 912094e

Browse files
committed
docs: update README to match recent additions. fixes #16.
1 parent b463361 commit 912094e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Top-level keys are sorted according to a style commonly seen in the packages of
8484
// entry
8585
'main',
8686
'bin',
87+
'module',
88+
'type',
89+
'exports',
8790

8891
// constraints
8992
'engines',
@@ -102,7 +105,11 @@ Top-level keys are sorted according to a style commonly seen in the packages of
102105
'peerDependenciesMeta',
103106
'dependencies',
104107
'devDependencies',
105-
'resolutions'
108+
'resolutions',
109+
110+
// types
111+
'types',
112+
'typings'
106113
]
107114
```
108115

0 commit comments

Comments
 (0)