Skip to content
This repository was archived by the owner on Oct 15, 2018. It is now read-only.

Commit 995bbb2

Browse files
committed
5.0.0
1 parent 1b21008 commit 995bbb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-type-info",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Reflection and code generation in TypeScript.",
55
"main": "dist/main.js",
66
"typings": "ts-type-info.d.ts",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Uses the [TypeScript Compiler API](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API) to get information about TypeScript code in an easy to use format.
1010

11-
* [Version 4.0 information](https://github.com/dsherret/ts-type-info/wiki/What%27s-New)
11+
* [Version 5.0 information](https://github.com/dsherret/ts-type-info/wiki/What%27s-New)
1212

1313
```
1414
npm install ts-type-info --save-dev

0 commit comments

Comments
 (0)