Skip to content

Commit

Permalink
[meta] fix exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 30, 2024
1 parent 9642253 commit 792d2c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@
"./shim": "./shim.js",
"./AggregateError": "./AggregateError/index.js",
"./AggregateError/auto": "./AggregateError/auto.js",
"./AggregateError/implementation": "./AggregateError/implementation.js",
"./AggregateError/polyfill": "./AggregateError/polyfill.js",
"./AggregateError/implementation": "./AggregateError/implementation.js",
"./AggregateError/shim": "./AggregateError/shim.js",
"./Error": "./Error/index.js",
"./Error/auto": "./Error/auto.js",
"./Error/implementation": "./Error/implementation.js",
"./Error/polyfill": "./Error/polyfill.js",
"./Error/implementation": "./Error/implementation.js",
"./Error/shim": "./Error/shim.js",
"./EvalError": "./EvalError/index.js",
"./EvalError/auto": "./EvalError/auto.js",
"./EvalError/implementation": "./EvalError/implementation.js",
"./EvalError/polyfill": "./EvalError/polyfill.js",
"./EvalError/implementation": "./EvalError/implementation.js",
"./EvalError/shim": "./EvalError/shim.js",
"./RangeError": "./RangeError/index.js",
"./RangeError/auto": "./RangeError/auto.js",
"./RangeError/implementation": "./RangeError/implementation.js",
"./RangeError/polyfill": "./RangeError/polyfill.js",
"./RangeError/implementation": "./RangeError/implementation.js",
"./RangeError/shim": "./RangeError/shim.js",
"./ReferenceError": "./ReferenceError/index.js",
"./ReferenceError/auto": "./ReferenceError/auto.js",
"./ReferenceError/implementation": "./ReferenceError/implementation.js",
"./ReferenceError/polyfill": "./ReferenceError/polyfill.js",
"./ReferenceError/implementation": "./ReferenceError/implementation.js",
"./ReferenceError/shim": "./ReferenceError/shim.js",
"./SyntaxError": "./SyntaxError/index.js",
"./SyntaxError/auto": "./SyntaxError/auto.js",
"./SyntaxError/implementation": "./SyntaxError/implementation.js",
"./SyntaxError/polyfill": "./SyntaxError/polyfill.js",
"./SyntaxError/implementation": "./SyntaxError/implementation.js",
"./SyntaxError/shim": "./SyntaxError/shim.js",
"./TypeError": "./TypeError/index.js",
"./TypeError/auto": "./TypeError/auto.js",
"./TypeError/implementation": "./TypeError/implementation.js",
"./TypeError/polyfill": "./TypeError/polyfill.js",
"./TypeError/implementation": "./TypeError/implementation.js",
"./TypeError/shim": "./TypeError/shim.js",
"./URIError": "./URIError/index.js",
"./URIError/auto": "./URIError/auto.js",
"./URIError/implementation": "./URIError/implementation.js",
"./URIError/polyfill": "./URIError/polyfill.js",
"./URIError/implementation": "./URIError/implementation.js",
"./URIError/shim": "./URIError/shim.js",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 792d2c6

Please sign in to comment.