From 792d2c6993c6bb6c47da52f3de2982c8cf98481c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 29 Apr 2024 19:37:09 -0700 Subject: [PATCH] [meta] fix `exports` order --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1480d82..a3316b3 100644 --- a/package.json +++ b/package.json @@ -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" },