Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed May 1, 2016
1 parent 3a09aa4 commit a206ce7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,9 +1,6 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- "6"
- "5"
- "4"
- iojs
- "0.12"
- "0.12"
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ String left pad

We are now using O(log(n)) algorithm.

<a href="https://travis-ci.org/camwest/left-pad"><img alt="Travis Status" src="https://travis-ci.org/camwest/left-pad.svg?branch=master&label=travis&style=flat"></a>
[![Build Status][travis-image]][travis-url]

## Install

Expand All @@ -26,3 +26,6 @@ leftpad('foobar', 6)
leftpad(1, 2, 0)
// => "01"
```

[travis-image]: https://travis-ci.org/stevemao/left-pad.svg?branch=master
[travis-url]: https://travis-ci.org/stevemao/left-pad
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"string"
],
"repository": {
"url": "git@github.com:camwest/left-pad.git",
"url": "git@github.com:stevemao/left-pad.git",
"type": "git"
},
"author": "azer",
Expand Down

0 comments on commit a206ce7

Please sign in to comment.