aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jquery.js b/src/jquery.js
index d833516d4..e763d1b05 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -1,4 +1,4 @@
-import jQuery from "./core.js";
+import { jQuery } from "./core.js";
import "./selector.js";
import "./traversing.js";
@@ -35,4 +35,4 @@ import "./deprecated.js";
import "./exports/amd.js";
import "./exports/global.js";
-export default jQuery;
+export { jQuery, jQuery as $ };