-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [6.2.6](v6.2.5...v6.2.6) (2024-12-29) ### Bug Fixes * ignore js file when the same ts file exists ([#280](#280)) ([a6acc88](a6acc88))
- Loading branch information
1 parent
a6acc88
commit cb0a099
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@eggjs/core", | ||
"version": "6.2.5", | ||
"version": "6.2.6", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|