File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- # json-schema-to-typescript
1
+ # json-schema-to-typescript [ ![ Build Status ] [ build ]] ( https://circleci.com/gh/bcherny/json-schema-to-typescript ) [ ![ npm ]] ( https://www.npmjs.com/package/json-schema-to-typescript ) [ ![ mit ]] ( https://opensource.org/licenses/MIT )
2
2
3
3
** [ In Beta] ** : Bug reports appreciated!
4
4
5
- [ ![ Circle CI] ( https://circleci.com/gh/bcherny/json-schema-to-typescript/tree/master.svg?style=svg&circle-token=00757ca8245cb4510f896548b432c1d07ea52b5f )] ( https://circleci.com/gh/bcherny/json-schema-to-typescript/tree/master )
5
+ [ build ] : https://img.shields.io/circleci/project/bcherny/json-schema-to-typescript.svg?branch=master&style=flat-square
6
+ [ npm ] : https://img.shields.io/npm/v/json-schema-to-typescript.svg?style=flat-square
7
+ [ mit ] : https://img.shields.io/npm/l/json-schema-to-typescript.svg?style=flat-square
6
8
7
9
> Compile json schema to typescript typings
8
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-schema-to-typescript" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " compile json schema to typescript typings" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments