Skip to content

Commit 3a15b65

Browse files
committed
Fix svg badge in README
1 parent 6c0b3c9 commit 3a15b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://bundlephobia.com/package/deeply-clone@latest">![npm bundle size](https://img.shields.io/bundlephobia/minzip/deeply-clone)</a>
55
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ichernetskii/deeply-clone/publish.yml)
66
<a href="https://ichernetskii.testspace.com/spaces/224049">![Testspace pass ratio](https://img.shields.io/testspace/pass-ratio/ichernetskii/ichernetskii:deeply-clone/224049?label=passed%20tests)</a>
7-
[![Coverage Status](https://coveralls.io/repos/github/ichernetskii/deeply-clone/badge.svg)](https://coveralls.io/github/ichernetskii/deeply-clone)
7+
![Coverage Status](https://img.shields.io/coverallsCoverage/github/ichernetskii/deeply-clone)
88
<a href="https://github.com/ichernetskii/deeply-clone/blob/master/LICENSE.md">[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/github/license/ichernetskii/deeply-clone)</a>
99

1010
Deep fast clone JavaScript objects with circular references handling and TypeScript support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeply-clone",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"author": "Ilia Chernetskii <ichernetskii@gmail.com>",
55
"license": "MIT",
66
"description": "Deep fast clone JavaScript objects with circular references handling and TypeScript support",

0 commit comments

Comments
 (0)