Skip to content

Commit 1167667

Browse files
author
Benjamin E. Coe
authored
fix(readme): marketing was injected dubiously into README (#60)
1 parent 25306c7 commit 1167667

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
# yargs-unparser
22

3-
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]
3+
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]
44

55
[npm-url]:https://npmjs.org/package/yargs-unparser
66
[npm-image]:http://img.shields.io/npm/v/yargs-unparser.svg
77
[downloads-image]:http://img.shields.io/npm/dm/yargs-unparser.svg
8-
[travis-url]:https://travis-ci.org/yargs/yargs-unparser
9-
[travis-image]:http://img.shields.io/travis/yargs/yargs-unparser/master.svg
10-
[codecov-url]:https://codecov.io/gh/yargs/yargs-unparser
11-
[codecov-image]:https://img.shields.io/codecov/c/github/yargs/yargs-unparser/master.svg
12-
[david-dm-url]:https://david-dm.org/yargs/yargs-unparser
13-
[david-dm-image]:https://img.shields.io/david/yargs/yargs-unparser.svg
14-
[david-dm-dev-url]:https://david-dm.org/yargs/yargs-unparser?type=dev
15-
[david-dm-dev-image]:https://img.shields.io/david/dev/yargs/yargs-unparser.svg
16-
[greenkeeper-image]:https://badges.greenkeeper.io/yargs/yargs-unparser.svg
17-
[greenkeeper-url]:https://greenkeeper.io
188

199
Converts back a `yargs` argv object to its original array form.
2010

0 commit comments

Comments
 (0)