Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny committed Jun 25, 2021
1 parent e022223 commit 21ac2b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
###
# @Author: Shirtiny
# @Date: 2021-06-25 12:13:58
# @LastEditTime: 2021-06-25 14:28:58
# @LastEditTime: 2021-06-25 16:23:54
# @Description:
###

set -e
# set -e

error() {
echo "🚨 $1"
Expand Down
5 changes: 4 additions & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
* @Author: Shirtiny
* @Date: 2021-06-18 21:17:49
* @LastEditTime: 2021-06-24 22:42:18
* @LastEditTime: 2021-06-25 16:23:25
* @Description:
*/
export * from "./main";

import * as shLogger from "./main";
export default shLogger;
3 changes: 3 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
*/

export * from "./main";

import * as shLogger from "./main";
export default shLogger;
5 changes: 4 additions & 1 deletion src/es.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
* @Author: Shirtiny
* @Date: 2021-06-24 13:57:50
* @LastEditTime: 2021-06-24 13:58:02
* @LastEditTime: 2021-06-25 16:23:36
* @Description:
*/
export * from "./main";

import * as shLogger from "./main";
export default shLogger;

0 comments on commit 21ac2b3

Please sign in to comment.