File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# validtyped
2
2
[ ![ Build Status] ( https://travis-ci.org/andnp/ValidTyped.svg?branch=master )] ( https://travis-ci.org/andnp/ValidTyped )
3
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/andnp/ValidTyped.svg )] ( https://greenkeeper.io/ )
3
4
4
5
A runtime and compile-time type checker library.
5
6
Original file line number Diff line number Diff line change 33
33
},
34
34
"devDependencies" : {
35
35
"@commitlint/config-conventional" : " ^7.0.0" ,
36
- "@types/jest" : " ~23.0.0 " ,
36
+ "@types/jest" : " ~23.1.4 " ,
37
37
"@types/node" : " ^10.3.5" ,
38
38
"commitlint" : " ^7.0.0" ,
39
39
"husky" : " ^0.14.3" ,
40
- "jest" : " ^22.4.3 " ,
41
- "ts-jest" : " ^22.4.2 " ,
42
- "ts-node" : " ^6 .0.0" ,
40
+ "jest" : " ^23.3.0 " ,
41
+ "ts-jest" : " ^23.0.0 " ,
42
+ "ts-node" : " ^7 .0.0" ,
43
43
"tslint" : " ^5.9.1" ,
44
44
"typescript" : " ~2.8.1"
45
45
},
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ const generateMarkdown = (fileName: string) => {
144
144
const headerString =
145
145
`# validtyped
146
146
[](https://travis-ci.org/andnp/ValidTyped)
147
+ [](https://greenkeeper.io/)
147
148
148
149
A runtime and compile-time type checker library.
149
150
You can’t perform that action at this time.
0 commit comments