Skip to content

Commit 08e49e3

Browse files
committed
reduce folder nesting; tag 0.0.4
1 parent 263073a commit 08e49e3

File tree

8 files changed

+17
-5
lines changed

8 files changed

+17
-5
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
moon add tiye/lexicon-fractional-index
77
```
88

9+
```json
10+
{
11+
"path": "tiye/lexicon-fractional-index",
12+
"alias": "lexicon"
13+
}
14+
```
15+
916
```moonbit
1017
key_between(a, b) // generated key between a and b
1118
n_key_between(a, b, n) // n generated keys between a and b

moon.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "tiye/lexicon-fractional-index",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"readme": "README.md",
5-
"repository": "",
5+
"repository": "https://github.com/Cumulo/lexicon-fractional-index.mbt",
66
"license": "Apache-2.0",
7-
"keywords": [],
8-
"description": "",
7+
"keywords": ["fractional-index"],
8+
"description": "an implementation of fractional index for lexicon.",
99
"source": "src"
1010
}
File renamed without changes.

src/main/moon.pkg.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"is-main": true,
3-
"import": ["tiye/lexicon-fractional-index/lib"]
3+
"import": [
4+
{
5+
"path": "tiye/lexicon-fractional-index",
6+
"alias": "lib"
7+
}
8+
]
49
}
File renamed without changes.

0 commit comments

Comments
 (0)