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 658ffc4 commit 1d7e3c6
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 @@
==

Python's ordereddict data structure for JavaScript. Parent is
[@aureooms/js-collections](https://github.com/aureooms/js-collections).
[@aureooms/js-collections](https://github.com/make-github-pseudonymous-again/js-collections).

```js
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
```

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

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-collections-ordereddict.svg)](https://codeclimate.com/github/aureooms/js-collections-ordereddict/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-collections-ordereddict.svg)](https://codeclimate.com/github/aureooms/js-collections-ordereddict/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-collections-ordereddict/master.svg)](https://codecov.io/gh/aureooms/js-collections-ordereddict)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-collections-ordereddict.svg)](https://codeclimate.com/github/aureooms/js-collections-ordereddict/trends/technical_debt)
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-collections-ordereddict.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-ordereddict/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-collections-ordereddict.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-ordereddict/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-collections-ordereddict/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-collections-ordereddict)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-collections-ordereddict.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-ordereddict/trends/technical_debt)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-collections-ordereddict//badge.svg)](https://make-github-pseudonymous-again.github.io/js-collections-ordereddict//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-collections-ordereddict)](https://bundlephobia.com/result?p=@aureooms/js-collections-ordereddict)
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-collections-ordereddict' ;
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-collections-ordereddict' ;
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-collections-ordereddict/issues"
"url": "https://github.com/make-github-pseudonymous-again/js-collections-ordereddict/issues"
},
"dependencies": {
"@aureooms/js-collections-dict": "^4.0.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"license": "AGPL-3.0",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/aureooms/js-collections-ordereddict.git",
"url": "https://github.com/make-github-pseudonymous-again/js-collections-ordereddict.git",
"type": "git"
},
"scripts": {
Expand Down

0 comments on commit 1d7e3c6

Please sign in to comment.