From a0258997a21604e1266840e6d167f0a870966e9b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 21 Mar 2021 22:14:40 -0700 Subject: [PATCH] [readme] remove travis badge --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 95f73dc..f267e33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # unbox-primitive [![Version Badge][2]][1] -[![Build Status][3]][4] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] @@ -30,15 +29,13 @@ assert.equal(unboxPrimitive(new BigInt(42)), 42n); Simply clone the repo, `npm install`, and run `npm test` [1]: https://npmjs.org/package/unbox-primitive -[2]: http://versionbadg.es/ljharb/unbox-primitive.svg -[3]: https://travis-ci.com/ljharb/unbox-primitive.svg -[4]: https://travis-ci.com/ljharb/unbox-primitive +[2]: https://versionbadg.es/ljharb/unbox-primitive.svg [5]: https://david-dm.org/ljharb/unbox-primitive.svg [6]: https://david-dm.org/ljharb/unbox-primitive [7]: https://david-dm.org/ljharb/unbox-primitive/dev-status.svg [8]: https://david-dm.org/ljharb/unbox-primitive#info=devDependencies [11]: https://nodei.co/npm/unbox-primitive.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/unbox-primitive.svg +[license-image]: https://img.shields.io/npm/l/unbox-primitive.svg [license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/unbox-primitive.svg -[downloads-url]: http://npm-stat.com/charts.html?package=unbox-primitive +[downloads-image]: https://img.shields.io/npm/dm/unbox-primitive.svg +[downloads-url]: https://npm-stat.com/charts.html?package=unbox-primitive