Skip to content

Commit

Permalink
Merge pull request #157 from rbuckton/backwards-compat-exports
Browse files Browse the repository at this point in the history
Add backwards-compatible exports for reflect-metadata/Reflect
  • Loading branch information
rbuckton authored Dec 14, 2023
2 parents f56f83a + 0c237d8 commit 9562d63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"./no-conflict": {
"types": "./no-conflict.d.ts",
"default": "./ReflectNoConflict.js"
}
},
"./Reflect": "./Reflect.js",
"./Reflect.js": "./Reflect.js"
},
"scripts": {
"prepublishOnly": "gulp prepublish",
Expand Down

0 comments on commit 9562d63

Please sign in to comment.