Skip to content

Commit e5b273f

Browse files
committed
fix(badges): reference correct badge in README
1 parent 0387886 commit e5b273f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15-
with:
16-
persist-credentials: false
1715
- name: Install Node & NPM
1816
uses: actions/setup-node@v3
1917
- name: Install node modules

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
![npm](https://img.shields.io/npm/dt/svg-to-ts) ![GitHub Repo stars](https://img.shields.io/github/stars/kreuzerk/svg-to-ts)
66

7-
![npms.io (final)](https://img.shields.io/npms-io/maintenance-score/svg-to-ts) ![Travis (.org) branch](https://img.shields.io/travis/kreuzerk/svg-to-ts/master) ![GitHub](https://img.shields.io/github/license/kreuzerk/svg-to-ts) ![npm](https://img.shields.io/npm/v/svg-to-ts)
7+
![npms.io (final)](https://img.shields.io/npms-io/maintenance-score/svg-to-ts) ![GitHub Workflow](https://img.shields.io/github/workflow/status/kreuzerk/svg-to-ts/release) ![GitHub](https://img.shields.io/github/license/kreuzerk/svg-to-ts) ![npm](https://img.shields.io/npm/v/svg-to-ts)
88

99
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
10+
1011
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
12+
1113
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1214

1315
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)