Skip to content

Commit

Permalink
fix: colocate browser field with other entrypoints (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored and keithamus committed Dec 17, 2018
1 parent c7d6900 commit 4c88174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var sortOrder = [
'main',
'module',
'jsnext:main',
'browser',
'types',
'typings',
'style',
Expand All @@ -33,7 +34,6 @@ var sortOrder = [
'husky',
'config',
'pre-commit',
'browser',
'browserify',
'babel',
'xo',
Expand Down

0 comments on commit 4c88174

Please sign in to comment.