Skip to content

Commit 3a0958a

Browse files
authored
Patch esm (#6)
* Change module exports to include .js extensions * Bump version from 3.4.0 to 3.5.0
1 parent 85ca621 commit 3a0958a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acm-uiuc/js-shared",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "ACM UIUC Shared JS code",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "./orgs";
2-
export * from "./constants";
3-
export * from "./util";
1+
export * from "./orgs.js";
2+
export * from "./constants.js";
3+
export * from "./util.js";

0 commit comments

Comments
 (0)