Skip to content

Commit c2bc106

Browse files
committed
fix warning and config
1 parent d7b981a commit c2bc106

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
target/
2+
target
23
.mooncakes/
34
.DS_Store
45
.vscode
5-
build
6+
build
7+
_build/

moon.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "illusory0x0/fuzzy_match",
2+
"name": "moonbit-community/fuzzy_match",
33
"version": "0.2.5",
44
"readme": "README.md",
55
"repository": "https://github.com/moonbit-community/fuzzy_match",

src/moon.pkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"warn-list": "-1-2-3-5-6-7-8"
2+
"warn-list": "-1-2-3-5-6-7-8",
3+
"import": [
4+
"moonbitlang/core/deque"
5+
]
36
}

0 commit comments

Comments
 (0)