Skip to content

Commit 9050dd4

Browse files
authored
Feat/majors (#10)
* fixed distribution errors * fixed distribution errors
1 parent 10eca06 commit 9050dd4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acm-uiuc/js-shared",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "ACM UIUC Shared JS code",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -23,6 +23,14 @@
2323
"url": "https://github.com/acm-uiuc/js-shared/issues"
2424
},
2525
"homepage": "https://github.com/acm-uiuc/js-shared#readme",
26+
"type": "module",
27+
"exports": {
28+
".": {
29+
"types": "./dist/index.d.ts",
30+
"import": "./dist/index.js"
31+
},
32+
"./*": "./dist/*.js"
33+
},
2634
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
2735
"devDependencies": {
2836
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)