|
15 | 15 | src="https://img.shields.io/badge/license-mit-green.svg?style=flat-square"
|
16 | 16 | />
|
17 | 17 | </a>
|
18 |
| - <a href="https://github.com/chaijs/type-detect/releases"> |
| 18 | + <a href="https://www.npmjs.com/packages/type-detect"> |
19 | 19 | <img
|
20 |
| - alt="tag:?" |
21 |
| - src="https://img.shields.io/github/tag/chaijs/type-detect.svg?style=flat-square" |
| 20 | + alt="npm:?" |
| 21 | + src="https://img.shields.io/npm/v/type-detect.svg?style=flat-square" |
22 | 22 | />
|
23 | 23 | </a>
|
24 | 24 | <a href="https://travis-ci.org/chaijs/type-detect">
|
|
33 | 33 | src="https://img.shields.io/coveralls/chaijs/type-detect/master.svg?style=flat-square"
|
34 | 34 | />
|
35 | 35 | </a>
|
36 |
| - <a href="https://www.npmjs.com/packages/type-detect"> |
37 |
| - <img |
38 |
| - alt="npm:?" |
39 |
| - src="https://img.shields.io/npm/v/type-detect.svg?style=flat-square" |
40 |
| - /> |
41 |
| - </a> |
42 | 36 | <a href="https://www.npmjs.com/packages/type-detect">
|
43 | 37 | <img
|
44 | 38 | alt="dependencies:?"
|
|
51 | 45 | src="https://img.shields.io/david/chaijs/type-detect.svg?style=flat-square"
|
52 | 46 | />
|
53 | 47 | </a>
|
54 |
| - <br/> |
55 |
| - <table> |
56 |
| - <tr><th colspan=6>Supported Browsers</th></tr> <tr> |
57 |
| - <th align=center><img src="https://camo.githubusercontent.com/ab586f11dfcb49bf5f2c2fa9adadc5e857de122a/687474703a2f2f73766773686172652e636f6d2f692f3278532e737667" alt=""> Chrome</th> |
58 |
| - <th align=center><img src="https://camo.githubusercontent.com/98cca3108c18dcfaa62667b42046540c6822cdac/687474703a2f2f73766773686172652e636f6d2f692f3279352e737667" alt=""> Edge</th> |
59 |
| - <th align=center><img src="https://camo.githubusercontent.com/acdcb09840a9e1442cbaf1b684f95ab3c3f41cf4/687474703a2f2f73766773686172652e636f6d2f692f3279462e737667" alt=""> Firefox</th> |
60 |
| - <th align=center><img src="https://camo.githubusercontent.com/728f8cb0bee9ed58ab85e39266f1152c53e0dffd/687474703a2f2f73766773686172652e636f6d2f692f3278342e737667" alt=""> Safari</th> |
61 |
| - <th align=center><img src="https://camo.githubusercontent.com/96a2317034dee0040d0a762e7a30c3c650c45aac/687474703a2f2f73766773686172652e636f6d2f692f3279532e737667" alt=""> IE</th> |
62 |
| - </tr><tr> |
63 |
| - <td align=center>✅</td> |
64 |
| - <td align=center>✅</td> |
65 |
| - <td align=center>✅</td> |
66 |
| - <td align=center>✅</td> |
67 |
| - <td align=center>9, 10, 11</td> |
68 |
| - </tr> |
69 |
| - </table> |
70 | 48 | <br>
|
71 | 49 | <a href="https://chai-slack.herokuapp.com/">
|
72 | 50 | <img
|
|
81 | 59 | />
|
82 | 60 | </a>
|
83 | 61 | </p>
|
| 62 | +<div align=center> |
| 63 | + <table width="100%"> |
| 64 | + <tr><th colspan=6>Supported Browsers</th></tr> <tr> |
| 65 | + <th align=center><img src="https://camo.githubusercontent.com/ab586f11dfcb49bf5f2c2fa9adadc5e857de122a/687474703a2f2f73766773686172652e636f6d2f692f3278532e737667" alt=""> Chrome</th> |
| 66 | + <th align=center><img src="https://camo.githubusercontent.com/98cca3108c18dcfaa62667b42046540c6822cdac/687474703a2f2f73766773686172652e636f6d2f692f3279352e737667" alt=""> Edge</th> |
| 67 | + <th align=center><img src="https://camo.githubusercontent.com/acdcb09840a9e1442cbaf1b684f95ab3c3f41cf4/687474703a2f2f73766773686172652e636f6d2f692f3279462e737667" alt=""> Firefox</th> |
| 68 | + <th align=center><img src="https://camo.githubusercontent.com/728f8cb0bee9ed58ab85e39266f1152c53e0dffd/687474703a2f2f73766773686172652e636f6d2f692f3278342e737667" alt=""> Safari</th> |
| 69 | + <th align=center><img src="https://camo.githubusercontent.com/96a2317034dee0040d0a762e7a30c3c650c45aac/687474703a2f2f73766773686172652e636f6d2f692f3279532e737667" alt=""> IE</th> |
| 70 | + </tr><tr> |
| 71 | + <td align=center>✅</td> |
| 72 | + <td align=center>✅</td> |
| 73 | + <td align=center>✅</td> |
| 74 | + <td align=center>✅</td> |
| 75 | + <td align=center>9, 10, 11</td> |
| 76 | + </tr> |
| 77 | + </table> |
| 78 | +</div> |
84 | 79 |
|
85 | 80 | ## What is Type-Detect?
|
86 | 81 |
|
|
0 commit comments