Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed May 3, 2014
1 parent 8560508 commit 42427b6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 66 deletions.
18 changes: 5 additions & 13 deletions README.md
@@ -1,24 +1,20 @@

[Build]: http://img.shields.io/travis/litejs/natural-compare-lite.png
[Coverage]: http://img.shields.io/coveralls/litejs/natural-compare-lite.png
[Gittip]: http://img.shields.io/gittip/lauriro.png
[1]: https://travis-ci.org/litejs/natural-compare-lite
[2]: https://coveralls.io/r/litejs/natural-compare-lite
[3]: https://www.gittip.com/lauriro/

[7]: https://ci.testling.com/litejs/natural-compare-lite.png
[8]: https://ci.testling.com/litejs/natural-compare-lite
[src]: https://raw.github.com/litejs/natural-compare-lite/master/min.natural-compare.js
[min]: https://raw.github.com/litejs/natural-compare-lite/master/natural-compare.js



@version 0.4.6
@date 2014-01-27
@version 0.4.7
@date 2014-05-03
@stability 2 - Unstable


Natural Compare – [![Build][]][1] [![Coverage][]][2] [![Gittip][]][3]
Natural Compare – [![Build][]][1] [![Coverage][]][2]
===============

Compare strings containing a mix of letters and numbers
Expand All @@ -39,11 +35,6 @@ as the given string in sort order.
Use it with builtin sort() function.


Download [compressed][min]
(310 bytes, 236 bytes gzipped)
or [uncompressed][src] source.



### Installation

Expand Down Expand Up @@ -111,7 +102,8 @@ External links
--------------

- [jsperf test](http://jsperf.com/natural-sort-2/7)
- [npmjs.org/package/natural-compare-lite](https://npmjs.org/package/natural-compare-lite)
- [Source-code on Github](https://github.com/litejs/natural-compare-lite)
- [Package on npm](https://npmjs.org/package/natural-compare-lite)


Licence
Expand Down
4 changes: 2 additions & 2 deletions natural-compare.js
Expand Up @@ -2,8 +2,8 @@


/*
* @version 0.4.6
* @date 2014-01-27
* @version 0.4.7
* @date 2014-05-03
* @stability 2 - Unstable
* @author Lauri Rooden (https://github.com/litejs/natural-compare-lite)
* @license MIT License
Expand Down
75 changes: 24 additions & 51 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "natural-compare-lite",
"version": "0.4.6",
"version": "0.4.7",
"stability": 2,
"license": "MIT",
"author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)",
Expand All @@ -23,10 +23,7 @@
"travis-test": "istanbul cover ./tests/run.js && (coveralls < coverage/lcov.info || exit 0)",
"test": "node tests/run.js"
},
"repository": {
"type": "git",
"url": "git://github.com/litejs/natural-compare-lite.git"
},
"repository": "git://github.com/litejs/natural-compare-lite.git",
"bugs": {
"url": "https://github.com/litejs/natural-compare-lite/issues"
},
Expand All @@ -39,51 +36,27 @@
},
"testling": {
"files": "tests/run.js",
"browsers": {
"ie": [
6,
7,
8,
9,
10
],
"ff": [
3,
4,
5,
20,
25,
"nightly"
],
"chrome": [
4,
10,
20,
30,
31,
"canary"
],
"safari": [
4,
5.1,
6
],
"opera": [
10,
11,
"11.6",
12,
"next"
],
"android-browser": [
4.2
],
"iphone": [
6
],
"ipad": [
6
]
}
"browsers": [
"ie/6..10",
"ff/3",
"ff/4",
"ff/5",
"ff/20",
"ff/25",
"chrome/4",
"chrome/10",
"chrome/20",
"chrome/30",
"chrome/31",
"opera/10",
"opera/11",
"opera/11.6",
"opera/12",
"opera/16",
"safari/4..6",
"android-browser/4.2",
"iphone/6",
"ipad/6"
]
}
}

0 comments on commit 42427b6

Please sign in to comment.