Skip to content

Commit 38d8771

Browse files
committed
add badges to readme
1 parent fd39e1f commit 38d8771

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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)
22

33
**[In Beta]**: Bug reports appreciated!
44

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
68

79
> Compile json schema to typescript typings
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-to-typescript",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "compile json schema to typescript typings",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)