Skip to content

Commit f990ec3

Browse files
committed
chore: v2.0.0-alpha.1
1 parent 4ce24c5 commit f990ec3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ This package also includes other improved, stricter type definitions.
1818

1919
You only need to install `better-typescript-lib`. Additional configuration is not needed; your TypeScript project automatically use `better-typescript-lib` definitions.
2020

21+
Currently v2 is alpha-released.
22+
2123
```sh
22-
npm i -D better-typescript-lib
24+
npm i -D better-typescript-lib@2.0.0-alpha.1
2325
```
2426

2527
### How it works

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"description": "Better TypeScript standard library",
66
"main": "index.js",
77
"devDependencies": {

0 commit comments

Comments
 (0)