Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 12, 2016
1 parent b70a368 commit 5320956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# pad-end <sup>[![Version Badge](http://versionbadg.es/bubkoo/pad-end.svg)](https://npmjs.org/package/pad-end)</sup>



> ES7 spec-compliant String.prototype.padEnd shim.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/pad-end/blob/master/LICENSE)

[![build:?](https://img.shields.io/travis/bubkoo/pad-end/master.svg?style=flat-square)](https://travis-ci.org/bubkoo/pad-end)
[![coverage:?](https://img.shields.io/coveralls/bubkoo/pad-end/master.svg?style=flat-square)](https://coveralls.io/github/bubkoo/pad-end)



## Install

```
$ npm install --save pad-end
```


## Usage

> For more use-cases see the [tests](https://github.com/bubkoo/pad-end/blob/master/test/spec/index.js)
Expand All @@ -34,6 +33,7 @@ padEnd('abcd', 6, '123456'); // => 'abcd12'

```


## Related

- [pad-start](https://github.com/bubkoo/pad-start) - ES spec-compliant String.prototype.padStart shim.
Expand All @@ -44,8 +44,6 @@ padEnd('abcd', 6, '123456'); // => 'abcd12'

## Contributing

Pull requests and stars are always welcome.
Pull requests and stars are highly welcome.

For bugs and feature requests, please [create an issue](https://github.com/bubkoo/pad-end/issues).

But before doing anything, please read the [CONTRIBUTING](https://github.com/tunnckocore/starts-with/blob/master/CONTRIBUTING.md) guidelines.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pad-end",
"version": "1.0.0",
"version": "1.0.1",
"description": "ES7 spec-compliant String.prototype.padEnd shim.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5320956

Please sign in to comment.