Skip to content

Commit 1a572d2

Browse files
authored
Merge pull request #724 from jiby-aurum/fix-package-json
fix: package.json
2 parents 6f901b5 + e842f9c commit 1a572d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@abraham/reflection",
33
"version": "0.10.0",
44
"description": "Lightweight ES Module implementation of reflect-metadata",
5+
"type": "module",
6+
"exports": {
7+
"import": "./dist/index.js",
8+
"require": "./dist/index.umd.js"
9+
},
510
"main": "./dist/index.umd.js",
611
"module": "./dist/index.js",
712
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)