Skip to content

Commit

Permalink
[readme] remove travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 22, 2021
1 parent b89def6 commit a025899
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
@@ -1,6 +1,5 @@
# unbox-primitive <sup>[![Version Badge][2]][1]</sup>

[![Build Status][3]][4]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
Expand Down Expand Up @@ -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

0 comments on commit a025899

Please sign in to comment.