Skip to content

Commit 3f428dd

Browse files
committed
disable saucelabs
1 parent f990a38 commit 3f428dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![npm version](https://img.shields.io/npm/v/@msgpack/msgpack.svg)](https://www.npmjs.com/package/@msgpack/msgpack) ![CI](https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript) [![bundlephobia](https://badgen.net/bundlephobia/minzip/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack)
44

5-
[![Browser Matrix powered by Sauce Labs](https://app.saucelabs.com/browser-matrix/gfx2019.svg)](https://app.saucelabs.com/u/gfx2019)
5+
<!--
6+
[![Browser Matrix powered by Sauce Labs](https://app.saucelabs.com/browser-matrix/gfx2019.svg)](https://app.saucelabs.com/u/gfx2019) -->
67

78
This is a JavaScript/ECMA-262 implementation of **MessagePack**, an efficient binary serilization format:
89

@@ -70,7 +71,6 @@ deepStrictEqual(decode(encoded), object);
7071
- [Continuous Integration](#continuous-integration)
7172
- [Release Engineering](#release-engineering)
7273
- [Updating Dependencies](#updating-dependencies)
73-
- [Big Thanks](#big-thanks)
7474
- [License](#license)
7575

7676
<!-- /TOC -->
@@ -598,11 +598,11 @@ make publish
598598
npm run update-dependencies
599599
```
600600

601-
## Big Thanks
601+
<!-- ## Big Thanks
602602
603603
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
604604
605-
<a href="https://saucelabs.com"><img src="./assets/SauceLabs.svg" alt="Sauce Labs" width="280"></a>
605+
<a href="https://saucelabs.com"><img src="./assets/SauceLabs.svg" alt="Sauce Labs" width="280"></a> -->
606606

607607
## License
608608

0 commit comments

Comments
 (0)