Skip to content

Commit cd29bff

Browse files
committed
turns out I don't actually need to use an exact version of typescript in this repo
1 parent 7dd6049 commit cd29bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"chalk": "4.x",
3939
"chokidar": "3.x",
4040
"terser": "5.x",
41-
"typescript": "4.4.0-beta"
41+
"typescript": "^4.4.0-beta"
4242
},
4343
"devDependencies": {
4444
"@types/node": "12.x",

0 commit comments

Comments
 (0)