Skip to content

Commit 53939e5

Browse files
author
Mohsen Azimi
committed
Upgrade to TypeScript 2.4 and use ts-is-kind
1 parent 82be52d commit 53939e5

File tree

3 files changed

+3
-1187
lines changed

3 files changed

+3
-1187
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"chalk": "^1.1.3",
3434
"commander": "^2.10.0",
3535
"glob": "^7.1.2",
36-
"typescript": "^2.4.0"
36+
"ts-is-kind": "^1.0.0",
37+
"typescript": "^2.4.2"
3738
},
3839
"devDependencies": {
3940
"@types/chalk": "^0.4.31",

src/helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as ts from 'typescript';
22
import * as kinds from './isKind';
33

4-
export * from './isKind';
4+
export * from 'ts-is-kind';
55

66
/**
77
* If a class declaration a react class?

0 commit comments

Comments
 (0)