Skip to content

Commit 76e013f

Browse files
authored
Merge pull request #19 from qazsato/reduce_package_size
reduce package size
2 parents f01a128 + 455dd92 commit 76e013f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.github/
2+
docs/
3+
src/**/*.test.ts
4+
eslint.config.mjs
5+
.prettierrc
6+
.gitignore

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# openapi-generate-html
22

3-
![test](https://github.com/qazsato/maplibre-gl-compass/actions/workflows/test.yml/badge.svg)
4-
[![npm version](https://badge.fury.io/js/maplibre-gl-compass.svg)](https://badge.fury.io/js/maplibre-gl-compass)
5-
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
3+
![test](https://github.com/qazsato/openapi-generate-html/actions/workflows/test.yml/badge.svg)
4+
![NPM Version](https://img.shields.io/npm/v/openapi-generate-html?color=61d800)
5+
![NPM Downloads](https://img.shields.io/npm/dm/openapi-generate-html?color=61d800)
6+
![NPM License](https://img.shields.io/npm/l/openapi-generate-html?color=61d800)
67

78
Generate standalone HTML from OpenAPI Specification.
89

0 commit comments

Comments
 (0)