We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84a650 commit 61cc61dCopy full SHA for 61cc61d
package-template/package.json
@@ -13,6 +13,6 @@
13
"author": "uhyo <uhyo@uhy.ooo>",
14
"license": "Apache-2.0",
15
"peerDependencies": {
16
- "typescript": ">=4.5.0-beta"
+ "typescript": ">=4.5.2"
17
}
18
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "better-typescript-lib",
3
"private": true,
4
- "version": "2.0.0-beta",
+ "version": "2.0.0",
5
"description": "Better TypeScript standard library",
6
"main": "index.js",
7
"devDependencies": {
0 commit comments