Skip to content

Commit a34a62f

Browse files
committed
Also publish tsconfig.json
1 parent a2d5f84 commit a34a62f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.7.3 (alpha)
3+
## v0.7.4 (alpha)
44

55
- Add Kotlin support
66

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"files": [
77
"/bin",
88
"/src",
9+
"tsconfig.json",
910
".next"
1011
],
1112
"type": "module",
@@ -14,7 +15,7 @@
1415
"bun": ">=1.2.18",
1516
"npm": ">=10.9.2"
1617
},
17-
"version": "0.7.3",
18+
"version": "0.7.4",
1819
"scripts": {
1920
"dev": "next dev --turbopack",
2021
"build": "next build",

0 commit comments

Comments
 (0)