Skip to content

Commit 569b815

Browse files
authored
Update package.json
1 parent 65dda7e commit 569b815

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
22
"name": "@acm-uiuc/js-shared",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ACM UIUC Shared JS code",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc"
99
},
10-
"./*": {
11-
"import": "./dist/*.mjs",
12-
"require": "./dist/*.js",
13-
"types": "./dist/*.d.ts"
14-
},
1510
"files": [
1611
"dist"
1712
],
@@ -32,4 +27,4 @@
3227
"publishConfig": {
3328
"registry": "https://registry.npmjs.org"
3429
}
35-
}
30+
}

0 commit comments

Comments
 (0)