Skip to content

Commit 1702ea8

Browse files
committed
Minor badge improvements
1 parent 0512889 commit 1702ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Generate, parse and enhance JavaScript stack traces in all browsers
55
[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stacktrace.js.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/stacktrace.js?branch=master)
66
[![GitHub license](https://img.shields.io/github/license/stacktracejs/stacktrace.js.svg?style=flat-square)](http://unlicense.org)
77
[![CDNJS](https://img.shields.io/cdnjs/v/stacktrace.js.svg?style=flat-square)](https://cdnjs.com/libraries/stacktrace.js)
8-
[![size with dependencies](https://img.shields.io/badge/size-30k-green.svg?style=flat-square)](https://github.com/stacktracejs/stacktrace.js/releases)
8+
[![size with dependencies](https://img.shields.io/badge/size-29.9k-green.svg?style=flat-square)](https://github.com/stacktracejs/stacktrace.js/releases)
99
[![gzip size](https://img.shields.io/badge/gzipped-9.1k-green.svg?style=flat-square)](https://github.com/stacktracejs/stacktrace.js/releases)
10-
[![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&color=ff69b4)](https://github.com/stacktracejs/stacktrace.js/releases)
10+
[![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&colorB=ff69b4)](https://github.com/stacktracejs/stacktrace.js/releases)
1111

1212
Debug and profile your JavaScript with a [stack trace](http://en.wikipedia.org/wiki/Stack_trace) of function calls leading to an error (or any condition you specify).
1313

0 commit comments

Comments
 (0)