We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56f83a + 0c237d8 commit 9562d63Copy full SHA for 9562d63
1 file changed
package.json
@@ -17,7 +17,9 @@
17
"./no-conflict": {
18
"types": "./no-conflict.d.ts",
19
"default": "./ReflectNoConflict.js"
20
- }
+ },
21
+ "./Reflect": "./Reflect.js",
22
+ "./Reflect.js": "./Reflect.js"
23
},
24
"scripts": {
25
"prepublishOnly": "gulp prepublish",
0 commit comments