aboutsummaryrefslogtreecommitdiffstats
path: root/dist-module
diff options
context:
space:
mode:
Diffstat (limited to 'dist-module')
-rw-r--r--dist-module/wrappers/jquery.node-module-wrapper.js (renamed from dist-module/jquery.node-module-wrapper.js)2
-rw-r--r--dist-module/wrappers/jquery.node-module-wrapper.slim.js (renamed from dist-module/jquery.node-module-wrapper.slim.js)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist-module/jquery.node-module-wrapper.js b/dist-module/wrappers/jquery.node-module-wrapper.js
index cafadcd19..103cf1197 100644
--- a/dist-module/jquery.node-module-wrapper.js
+++ b/dist-module/wrappers/jquery.node-module-wrapper.js
@@ -1,5 +1,5 @@
// Node.js is able to import from a CommonJS module in an ESM one.
-import jQuery from "../dist/jquery.js";
+import jQuery from "../../dist/jquery.js";
export { jQuery, jQuery as $ };
export default jQuery;
diff --git a/dist-module/jquery.node-module-wrapper.slim.js b/dist-module/wrappers/jquery.node-module-wrapper.slim.js
index 2508b6a47..c57222792 100644
--- a/dist-module/jquery.node-module-wrapper.slim.js
+++ b/dist-module/wrappers/jquery.node-module-wrapper.slim.js
@@ -1,5 +1,5 @@
// Node.js is able to import from a CommonJS module in an ESM one.
-import jQuery from "../dist/jquery.slim.js";
+import jQuery from "../../dist/jquery.slim.js";
export { jQuery, jQuery as $ };
export default jQuery;