Skip to content

Commit

Permalink
feat: add several bundle entries (umd:main, unpkg, source), and flat …
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdandrea authored and keithamus committed Mar 1, 2019
1 parent 28e5558 commit 262ef2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const sortOrder = [
'files',
'sideEffects',
'main',
'umd:main',
'unpkg',
'module',
'source',
'jsnext:main',
'browser',
'types',
Expand Down Expand Up @@ -53,6 +56,7 @@ const sortOrder = [
'bundledDependencies',
'bundleDependencies',
'optionalDependencies',
'flat',
'resolutions',
'engines',
'engineStrict',
Expand Down

0 comments on commit 262ef2d

Please sign in to comment.