codegen-openapi-ts 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # OpenAPI Typescript Codegen
2
2
 
3
3
  [![NPM][npm-image]][npm-url]
4
- [![License][license-image]][license-url]
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
6
  > Node.js library that generates Typescript clients based on the OpenAPI specification.
7
7
 
@@ -273,8 +273,6 @@ in your `tsconfig.json` file.
273
273
 
274
274
  [npm-url]: https://npmjs.org/package/
275
275
  [npm-image]: https://img.shields.io/npm/v/codegen-openapi-ts.svg
276
- [license-url]: LICENSE
277
- [license-image]: http://img.shields.io/npm/l/codegen-openapi-ts.svg
278
276
  [coverage-url]: https://codecov.io/gh/ferdikoomen/codegen-openapi-ts
279
277
  [coverage-image]: https://img.shields.io/codecov/c/github/ferdikoomen/codegen-openapi-ts.svg
280
278
  [quality-url]: https://lgtm.com/projects/g/ferdikoomen/codegen-openapi-ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codegen-openapi-ts",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Library that generates Typescript clients based on the OpenAPI specification.",
5
5
  "author": "devteaa",
6
6
  "homepage": "https://github.com/devteaa/codegen-openapi-ts",