Skip to content

Commit

Permalink
chore(build): v2.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Oct 2, 2021
1 parent 052b1c6 commit 5f9a007
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ This package also includes other improved, stricter type definitions.

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

Currently v2 is alpha-released.
Currently v2 is beta-released.

```sh
npm i -D [email protected]alpha.1
npm i -D [email protected]beta
```

### How it works
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-typescript-lib",
"private": true,
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta",
"description": "Better TypeScript standard library",
"main": "index.js",
"devDependencies": {
Expand All @@ -27,4 +27,4 @@
"types": []
}
}
}
}

0 comments on commit 5f9a007

Please sign in to comment.