Skip to content

Commit e842f9c

Browse files
committed
Remove exports nesting
1 parent 802645b commit e842f9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
"description": "Lightweight ES Module implementation of reflect-metadata",
55
"type": "module",
66
"exports": {
7-
".": {
8-
"import": "./dist/index.js",
9-
"require": "./dist/index.umd.js"
10-
}
7+
"import": "./dist/index.js",
8+
"require": "./dist/index.umd.js"
119
},
1210
"main": "./dist/index.umd.js",
1311
"module": "./dist/index.js",

0 commit comments

Comments
 (0)