Skip to content

Commit 4cedf03

Browse files
committed
tag 0.0.25
1 parent bca035c commit 4cedf03

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

assets/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
<script type="module" src="main.mjs" ></script>
1+
<script type="module" src="main.mjs"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calcit/ternary-tree",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"main": "./lib/index.mjs",
55
"scripts": {
66
"build": "tsc",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"types": ["node"],
1515
"baseUrl": "./src/",
1616
"verbatimModuleSyntax": false,
17-
"plugins": [],
17+
"plugins": []
1818
},
1919
"include": ["./src/*.mts"],
2020
"exclude": ["lib"]

0 commit comments

Comments
 (0)