Skip to content

Commit

Permalink
Fix project urls (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobik committed May 13, 2020
1 parent 57fdc11 commit 5412de4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# api-schema-builder
[![NPM Version](https://img.shields.io/npm/v/api-schema-builder.svg?style=flat)](https://npmjs.org/package/api-schema-builder)
[![Build Status](https://travis-ci.org/Zooz/api-schema-builder.svg?branch=master)](https://travis-ci.org/Zooz/api-schema-builder)
[![Coverage Status](https://coveralls.io/repos/github/Zooz/api-schema-builder/badge.svg?branch=master)](https://coveralls.io/github/Zooz/api-schema-builder?branch=master)
[![Build Status](https://travis-ci.org/payu/api-schema-builder.svg?branch=master)](https://travis-ci.org/payu/api-schema-builder)
[![Coverage Status](https://coveralls.io/repos/github/PayU/api-schema-builder/badge.svg?branch=master)](https://coveralls.io/github/PayU/api-schema-builder?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/npm/api-schema-builder/badge.svg)](https://snyk.io/test/npm/api-schema-builder)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat)](LICENSE)

Expand All @@ -17,12 +17,12 @@ This package is used to build schema for input validation base on openapi doc [S
- [Install](#install)
- [API](#api)
- [How to use](#how-to-use)
- [api-schema-builder.buildSchemaSync(PathToSwaggerFile, options)](#express-ajv-swagger-validationgetSchemapathtoswaggerfile-options)
- [api-schema-builder.buildSchemaSync(PathToSwaggerFile, options)](#api-schema-buildergetSchemapathtoswaggerfile-options)
- [Arguments](#arguments)
- [Options](#options)
- [Response](#response)
- [api-schema-builder.buildSchemaSync(jsonSchema, options)](#express-ajv-swagger-validationgetSchemajsonSchema-options)
- [api-schema-builder.buildSchema(PathToSwaggerFile, options)](#express-ajv-swagger-validationgetSchemaAsyncpathtoswaggerfile-options)
- [api-schema-builder.buildSchemaSync(jsonSchema, options)](#api-schema-buildergetSchemajsonSchema-options)
- [api-schema-builder.buildSchema(PathToSwaggerFile, options)](#api-schema-buildergetSchemaAsyncpathtoswaggerfile-options)
- [Usage Example](#usage-example)
- [Important Notes](#important-notes)
- [Open api 3 - known issues](#open-api-3---known-issues)
Expand Down Expand Up @@ -172,15 +172,4 @@ Arguments, options and response are the same as for the `buildSchemaSync` method
Using mocha and istanbul
```bash
npm run test
```

[npm-image]: https://img.shields.io/npm/v/express-ajv-swagger-validation.svg?style=flat
[npm-url]: https://npmjs.org/package/express-ajv-swagger-validation
[travis-image]: https://travis-ci.org/Zooz/express-ajv-swagger-validation.svg?branch=master
[travis-url]: https://travis-ci.org/Zooz/express-ajv-swagger-validation
[coveralls-image]: https://coveralls.io/repos/github/Zooz/express-ajv-swagger-validation/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/Zooz/express-ajv-swagger-validation?branch=master
[downloads-image]: http://img.shields.io/npm/dm/express-ajv-swagger-validation.svg?style=flat
[downloads-url]: https://npmjs.org/package/express-ajv-swagger-validation
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
[license-url]: LICENSE
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Zooz/api-schema-builder.git"
"url": "https://github.com/PayU/api-schema-builder.git"
},
"keywords": [
"ajv",
Expand All @@ -40,9 +40,9 @@
"validator"
],
"bugs": {
"url": "https://github.com/Zooz/api-schema-builder/issues"
"url": "https://github.com/PayU/api-schema-builder/issues"
},
"homepage": "https://github.com/Zooz/api-schema-builder.git",
"homepage": "https://github.com/PayU/api-schema-builder.git",
"author": "Idan Tovi",
"contributors": [
"Igor Savin",
Expand Down Expand Up @@ -81,4 +81,4 @@
"engines": {
"node": ">=8"
}
}
}

0 comments on commit 5412de4

Please sign in to comment.