Skip to content

Commit cde0327

Browse files
committed
fix re-export in one entry
1 parent b438896 commit cde0327

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
require('../../modules/es.reflect.delete-property');
2-
3-
module.exports = require('../../internals/path').Reflect.deleteProperty;
1+
module.exports = require('../../es/reflect/delete-property');

0 commit comments

Comments
 (0)