We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ca621 commit 3a0958aCopy full SHA for 3a0958a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@acm-uiuc/js-shared",
3
- "version": "3.4.0",
+ "version": "3.5.0",
4
"description": "ACM UIUC Shared JS code",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
src/index.ts
@@ -1,3 +1,3 @@
-export * from "./orgs";
-export * from "./constants";
-export * from "./util";
+export * from "./orgs.js";
+export * from "./constants.js";
+export * from "./util.js";
0 commit comments