Skip to content

Commit f6d7fb9

Browse files
committed
fixed version
1 parent 2060c36 commit f6d7fb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsr.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mycore-test/js-common",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"exports": {
55
"./i18n": "./src/i18n/index.ts",
66
"./access-key": "./src/access-key/index.ts",
@@ -12,7 +12,8 @@
1212
},
1313
"publish": {
1414
"include": [
15-
"src/**/*.ts"
15+
"src/**/*.ts",
16+
"README.md"
1617
]
1718
}
1819
}

0 commit comments

Comments
 (0)