Skip to content

Commit 61cc61d

Browse files
committed
chore: v2.0.0
1 parent f84a650 commit 61cc61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"author": "uhyo <uhyo@uhy.ooo>",
1414
"license": "Apache-2.0",
1515
"peerDependencies": {
16-
"typescript": ">=4.5.0-beta"
16+
"typescript": ">=4.5.2"
1717
}
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-typescript-lib",
33
"private": true,
4-
"version": "2.0.0-beta",
4+
"version": "2.0.0",
55
"description": "Better TypeScript standard library",
66
"main": "index.js",
77
"devDependencies": {

0 commit comments

Comments
 (0)