Skip to content

Commit 1d929ef

Browse files
author
Mark Lagendijk
committed
Update README.md
1 parent 4cb4902 commit 1d929ef

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash-deep [![Bower version][bower-image]][bower-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]
1+
# lodash-deep [![Bower version][bower-image]][bower-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Sauce Test Status][sauce-image]][sauce-url] [![Dependency Status][depstat-image]][depstat-url]
22
Lodash mixins for (deep) object accessing / manipulation.
33

44
## Compatibility
@@ -391,13 +391,16 @@ Please use the `canary` branch when creating a pull request.
391391
- [Mark Battersby](https://github.com/markalfred)
392392

393393
[bower-url]: https://github.com/marklagendijk/lodash-deep/releases/latest
394-
[bower-image]: https://badge.fury.io/bo/lodash-deep.png
394+
[bower-image]: https://badge.fury.io/bo/lodash-deep.svg
395395

396396
[npm-url]: https://www.npmjs.org/package/lodash-deep
397-
[npm-image]: https://badge.fury.io/js/lodash-deep.png
397+
[npm-image]: https://badge.fury.io/js/lodash-deep.svg
398398

399399
[travis-url]: http://travis-ci.org/marklagendijk/lodash-deep
400-
[travis-image]: https://secure.travis-ci.org/marklagendijk/lodash-deep.png?branch=master
400+
[travis-image]: https://secure.travis-ci.org/marklagendijk/lodash-deep.svg?branch=master
401+
402+
[sauce-url]: https://saucelabs.com/u/marklagendijk
403+
[sauce-image]: https://saucelabs.com/buildstatus/marklagendijk
401404

402405
[depstat-url]: https://david-dm.org/marklagendijk/lodash-deep
403-
[depstat-image]: https://david-dm.org/marklagendijk/lodash-deep.png
406+
[depstat-image]: https://david-dm.org/marklagendijk/lodash-deep.svg

0 commit comments

Comments
 (0)