Skip to content

Commit dc11a14

Browse files
aureooms- > @aureooms/ : update markdwon, json and yml files
1 parent 3907f99 commit dc11a14

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ let {
2020
} = heapq ;
2121
```
2222

23-
[![NPM license](http://img.shields.io/npm/l/aureooms-js-heapq.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-heapq/master/LICENSE)
24-
[![NPM version](http://img.shields.io/npm/v/aureooms-js-heapq.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-heapq)
23+
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-heapq.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-heapq/master/LICENSE)
24+
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-heapq.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapq)
2525
[![Build Status](http://img.shields.io/travis/aureooms/js-heapq.svg?style=flat)](https://travis-ci.org/aureooms/js-heapq)
2626
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-heapq.svg?style=flat)](https://coveralls.io/r/aureooms/js-heapq)
2727
[![Dependencies Status](http://img.shields.io/david/aureooms/js-heapq.svg?style=flat)](https://david-dm.org/aureooms/js-heapq#info=dependencies)
2828
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-heapq.svg?style=flat)](https://david-dm.org/aureooms/js-heapq#info=devDependencies)
2929
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-heapq.svg?style=flat)](https://codeclimate.com/github/aureooms/js-heapq)
30-
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-heapq.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-heapq)
30+
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-heapq.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapq)
3131
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-heapq.svg?style=flat)](https://github.com/aureooms/js-heapq/issues)
3232
[![Documentation](https://aureooms.github.io/js-heapq/badge.svg)](https://aureooms.github.io/js-heapq/source.html)
3333

doc/manual/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ or [npm](https://github.com/npm/npm).
44

55
### jspm
66
```terminal
7-
jspm install npm:aureooms-js-heapq
7+
jspm install npm:@aureooms/js-heapq
88
```
99

1010
### npm
1111
```terminal
12-
npm install aureooms-js-heapq --save
12+
npm install @aureooms/js-heapq --save
1313
```

doc/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'babel-polyfill' ;
88

99
Then
1010
```js
11-
const number = require( 'aureooms-js-heapq' ) ;
11+
const number = require( '@aureooms/js-heapq' ) ;
1212
// or
13-
import number from 'aureooms-js-heapq' ;
13+
import number from '@aureooms/js-heapq' ;
1414
```

0 commit comments

Comments
 (0)