Skip to content

Commit

Permalink
😒 chore: Fix broken links, badges, and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 26, 2021
1 parent 69e20de commit 1768558
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
==

Selection algorithms for JavaScript.
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).

```js
let quickselect = selection.singletco( partition.hoare ) ;
```

[![License](https://img.shields.io/github/license/aureooms/js-selection.svg)](https://raw.githubusercontent.com/aureooms/js-selection/master/LICENSE)
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-selection.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-selection/master/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)
[![Build](https://img.shields.io/travis/aureooms/js-selection/master.svg)](https://travis-ci.org/aureooms/js-selection/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-selection.svg)](https://david-dm.org/aureooms/js-selection)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-selection.svg)](https://david-dm.org/aureooms/js-selection?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-selection.svg)](https://github.com/aureooms/js-selection/issues)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-selection/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-selection/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-selection.svg)](https://github.com/make-github-pseudonymous-again/js-selection/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-selection/master.svg)](https://codecov.io/gh/aureooms/js-selection)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/technical_debt)
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-selection/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-selection)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/technical_debt)
[![Documentation](http://make-github-pseudonymous-again.github.io/js-selection/badge.svg)](http://make-github-pseudonymous-again.github.io/js-selection/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-selection)](https://bundlephobia.com/result?p=@aureooms/js-selection)
2 changes: 1 addition & 1 deletion doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ domReady(function(){
header.insertBefore(projectname,header.firstChild);

var testlink = document.querySelector('header > a[data-ice="testLink"]') ;
testlink.href = 'https://coveralls.io/github/aureooms/js-selection' ;
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-selection' ;
testlink.target = '_BLANK' ;

var searchBox = document.querySelector('.search-box');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"bugs": {
"url": "https://github.com/aureooms/js-selection/issues"
"url": "https://github.com/make-github-pseudonymous-again/js-selection/issues"
},
"dependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"license": "AGPL-3.0",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/aureooms/js-selection.git",
"url": "https://github.com/make-github-pseudonymous-again/js-selection.git",
"type": "git"
},
"scripts": {
Expand Down

0 comments on commit 1768558

Please sign in to comment.