Skip to content

Commit

Permalink
fix dependencies of some entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Mar 6, 2023
1 parent d220771 commit 52ca37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core-js/es/typed-array/to-reversed.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('../../modules/esnext.typed-array.to-reversed');
require('../../modules/es.typed-array.to-reversed');
2 changes: 1 addition & 1 deletion packages/core-js/es/typed-array/with.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('../../modules/esnext.typed-array.with');
require('../../modules/es.typed-array.with');

0 comments on commit 52ca37e

Please sign in to comment.