Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "js-sorting", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A collection of sorting algorithms written in JavaScript.", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/GrowingWithTheWeb/js-sorting.git" | ||
"url": "https://github.com/gwtw/js-sorting.git" | ||
}, | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/GrowingWithTheWeb/js-sorting/issues" | ||
"url": "https://github.com/gwtw/js-sorting/issues" | ||
}, | ||
"homepage": "https://github.com/GrowingWithTheWeb/js-sorting", | ||
"homepage": "https://github.com/gwtw/js-sorting", | ||
"devDependencies": { | ||
@@ -26,0 +26,0 @@ "grunt": "^0.4.5", |
# js-sorting [![NPM version](http://img.shields.io/npm/v/js-sorting.svg?style=flat)](https://www.npmjs.org/package/js-sorting) | ||
[![Build Status](http://img.shields.io/travis/GrowingWithTheWeb/js-sorting.svg?style=flat)](http://travis-ci.org/GrowingWithTheWeb/js-sorting) | ||
[![Code climate](http://img.shields.io/codeclimate/github/GrowingWithTheWeb/js-sorting.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-sorting) | ||
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/GrowingWithTheWeb/js-sorting.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-sorting) | ||
[![Build Status](http://img.shields.io/travis/gwtw/js-sorting.svg?style=flat)](http://travis-ci.org/gwtw/js-sorting) | ||
[![Code climate](http://img.shields.io/codeclimate/github/gwtw/js-sorting.svg?style=flat)](https://codeclimate.com/github/gwtw/js-sorting) | ||
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/gwtw/js-sorting.svg?style=flat)](https://codeclimate.com/github/gwtw/js-sorting) | ||
@@ -95,5 +95,5 @@ A collection of sorting algorithms written in JavaScript. | ||
* [js-data-structures](https://github.com/GrowingWithTheWeb/js-data-structures) | ||
* [js-design-patterns](https://github.com/GrowingWithTheWeb/js-design-patterns) | ||
* [js-interview-questions](https://github.com/GrowingWithTheWeb/js-interview-questions) | ||
* [js-data-structures](https://github.com/gwtw/js-data-structures) | ||
* [js-design-patterns](https://github.com/gwtw/js-design-patterns) | ||
* [js-interview-questions](https://github.com/gwtw/js-interview-questions) | ||
@@ -107,3 +107,3 @@ | ||
[6]: lib/README.md | ||
[8]: https://github.com/GrowingWithTheWeb/sorting-visualiser | ||
[8]: https://github.com/gwtw/sorting-visualiser | ||
[9]: lib/insertion-sort.js |
63518