We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802645b commit e842f9cCopy full SHA for e842f9c
package.json
@@ -4,10 +4,8 @@
4
"description": "Lightweight ES Module implementation of reflect-metadata",
5
"type": "module",
6
"exports": {
7
- ".": {
8
- "import": "./dist/index.js",
9
- "require": "./dist/index.umd.js"
10
- }
+ "import": "./dist/index.js",
+ "require": "./dist/index.umd.js"
11
},
12
"main": "./dist/index.umd.js",
13
"module": "./dist/index.js",
0 commit comments