aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/wrappers/jquery.bundler-require-wrapper.js (renamed from dist/jquery.bundler-require-wrapper.js)2
-rw-r--r--dist/wrappers/jquery.bundler-require-wrapper.slim.js (renamed from dist/jquery.bundler-require-wrapper.slim.js)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/jquery.bundler-require-wrapper.js b/dist/wrappers/jquery.bundler-require-wrapper.js
index e6ac3aff3..fb8a3a4f5 100644
--- a/dist/jquery.bundler-require-wrapper.js
+++ b/dist/wrappers/jquery.bundler-require-wrapper.js
@@ -1,5 +1,5 @@
"use strict";
// Bundlers are able to synchronously require an ESM module from a CommonJS one.
-const { jQuery } = require( "../dist-module/jquery.module.js" );
+const { jQuery } = require( "../../dist-module/jquery.module.js" );
module.exports = jQuery;
diff --git a/dist/jquery.bundler-require-wrapper.slim.js b/dist/wrappers/jquery.bundler-require-wrapper.slim.js
index c34b6d06c..82da4dd00 100644
--- a/dist/jquery.bundler-require-wrapper.slim.js
+++ b/dist/wrappers/jquery.bundler-require-wrapper.slim.js
@@ -1,5 +1,5 @@
"use strict";
// Bundlers are able to synchronously require an ESM module from a CommonJS one.
-const { jQuery } = require( "../dist-module/jquery.slim.module.js" );
+const { jQuery } = require( "../../dist-module/jquery.slim.module.js" );
module.exports = jQuery;