Skip to content

Commit 8737243

Browse files
committed
chore: ♻️rename to tiny
1 parent 675c2d0 commit 8737243

12 files changed

Lines changed: 35 additions & 45 deletions

File tree

.commitlintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @Author : Robert Huang<56649783@qq.com> *
33
* @CreatedDate : 2023-02-04 14:25:55 *
44
* @LastEditors : Robert Huang<56649783@qq.com> *
5-
* @LastEditDate : 2023-02-04 20:33:19 *
6-
* @FilePath : auto-header-plus/.commitlintrc.js *
5+
* @LastEditDate : 2023-02-05 23:24:14 *
6+
* @FilePath : emoji-commit-tiny/.commitlintrc.js *
77
* @CopyRight : MerBleueAviation *
88
*****************************************************************************/
99

.releaserc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @Author : Robert Huang<56649783@qq.com> *
33
* @CreatedDate : 2023-02-04 13:57:38 *
44
* @LastEditors : Robert Huang<56649783@qq.com> *
5-
* @LastEditDate : 2023-02-05 03:46:28 *
6-
* @FilePath : auto-header-plus/.releaserc.js *
5+
* @LastEditDate : 2023-02-05 23:24:51 *
6+
* @FilePath : emoji-commit-tiny/.releaserc.js *
77
* @CopyRight : MerBleueAviation *
88
*****************************************************************************/
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @CopyRight : MerBleueAviation
88
-->
99

10-
# Emoji Commit
10+
# Emoji Commit Tiny
1111

1212
![](https://github.com/hks2002/emoji-commit-tiny/raw/master/images/icon.png)
1313

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @CopyRight : MerBleueAviation
88
-->
99

10-
# Emoji Commit
10+
# Emoji Commit Tiny
1111

1212
![](https://github.com/hks2002/emoji-commit-tiny/raw/master/images/icon.png)
1313

index.d.ts

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
1-
declare module '*.json'
1+
/******************************************************************************
2+
* @Author : Robert Huang<56649783@qq.com> *
3+
* @CreatedDate : 2023-02-05 23:32:56 *
4+
* @LastEditors : Robert Huang<56649783@qq.com> *
5+
* @LastEditDate : 2023-02-05 23:32:57 *
6+
* @FilePath : emoji-commit-tiny/index.d.ts *
7+
* @CopyRight : MerBleueAviation *
8+
*****************************************************************************/
29

3-
declare namespace ahp {
4-
interface StyleRaw {
5-
enable: boolean
6-
applyTo: string
7-
firstLineStart: string
8-
firstLineMiddle: string
9-
firstLineEnd: string
10-
middleLineStart: string
11-
commentElementPrefix: string
12-
commentElementSuffix: string
13-
middleLineEnd: string
14-
lastLineStart: string
15-
lastLineMiddle: string
16-
lastLineEnd: string
17-
commentElementWidth: number
18-
lineWidth: number
19-
}
20-
interface Styles {
21-
[key: string]: StyleRaw
22-
}
23-
interface CommentElementsValues {
24-
[key: string]: string
25-
}
26-
interface CustomCommentElementsValues {
27-
[key: string]: string
28-
}
29-
}
10+
declare module '*.json'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"configuration": [
9494
{
95-
"title": "Emoji Commit",
95+
"title": "Emoji Commit Tiny",
9696
"properties": {
9797
"emoji-commit-tiny.emojiPosition": {
9898
"order": 1,

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @Author : Robert Huang<56649783@qq.com> *
33
* @CreatedDate : 2023-02-04 10:01:21 *
44
* @LastEditors : Robert Huang<56649783@qq.com> *
5-
* @LastEditDate : 2023-02-05 23:16:41 *
6-
* @FilePath : emoji-commit/src/extension.ts *
5+
* @LastEditDate : 2023-02-05 23:30:51 *
6+
* @FilePath : emoji-commit-tiny/src/extension.ts *
77
* @CopyRight : MerBleueAviation *
88
*****************************************************************************/
99

src/index.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/******************************************************************************
2+
* @Author : Robert Huang<56649783@qq.com> *
3+
* @CreatedDate : 2023-02-05 23:25:39 *
4+
* @LastEditors : Robert Huang<56649783@qq.com> *
5+
* @LastEditDate : 2023-02-05 23:33:34 *
6+
* @FilePath : emoji-commit-tiny/src/index.d.ts *
7+
* @CopyRight : MerBleueAviation *
8+
*****************************************************************************/
9+
110
export interface CommitEmoji {
211
readonly type: any
312
readonly emoji: any

src/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @Author : Robert Huang<56649783@qq.com> *
33
* @CreatedDate : 2023-02-04 10:59:15 *
44
* @LastEditors : Robert Huang<56649783@qq.com> *
5-
* @LastEditDate : 2023-02-04 10:59:15 *
6-
* @FilePath : auto-header-plus/src/logger.ts *
5+
* @LastEditDate : 2023-02-05 23:26:21 *
6+
* @FilePath : emoji-commit-tiny/src/logger.ts *
77
* @CopyRight : MerBleueAviation *
88
*****************************************************************************/
99

src/test/suite/extension.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @Author : Robert Huang<56649783@qq.com> *
33
* @CreatedDate : 2023-02-04 20:41:53 *
44
* @LastEditors : Robert Huang<56649783@qq.com> *
5-
* @LastEditDate : 2023-02-04 20:41:53 *
6-
* @FilePath : auto-header-plus/src/test/suite/extension.test.ts *
5+
* @LastEditDate : 2023-02-05 23:29:48 *
6+
* @FilePath : emoji-commit-tiny/src/test/suite/extension.test.ts*
77
* @CopyRight : MerBleueAviation *
88
*****************************************************************************/
99

0 commit comments

Comments
 (0)