Skip to content

Commit d865d71

Browse files
aureooms- > @aureooms/ : update markdwon, json and yml files
1 parent ed8b458 commit d865d71

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ let {
2121
} = collections ;
2222
```
2323

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

3535
## Children
3636
The implementation of this package is split over several children packages:
3737

38-
- [aureooms-js-collections-chainmap](https://github.com/aureooms/js-collections-chainmap)
39-
- [aureooms-js-collections-counter](https://github.com/aureooms/js-collections-counter)
40-
- [aureooms-js-collections-defaultdict](https://github.com/aureooms/js-collections-defaultdict)
41-
- [aureooms-js-collections-deque](https://github.com/aureooms/js-collections-deque)
42-
- [aureooms-js-collections-dict](https://github.com/aureooms/js-collections-dict)
43-
- [aureooms-js-collections-namedtuple](https://github.com/aureooms/js-collections-namedtuple)
44-
- [aureooms-js-collections-ordereddict](https://github.com/aureooms/js-collections-ordereddict)
45-
- [aureooms-js-collections-set](https://github.com/aureooms/js-collections-set)
38+
- [@aureooms/js-collections-chainmap](https://github.com/aureooms/js-collections-chainmap)
39+
- [@aureooms/js-collections-counter](https://github.com/aureooms/js-collections-counter)
40+
- [@aureooms/js-collections-defaultdict](https://github.com/aureooms/js-collections-defaultdict)
41+
- [@aureooms/js-collections-deque](https://github.com/aureooms/js-collections-deque)
42+
- [@aureooms/js-collections-dict](https://github.com/aureooms/js-collections-dict)
43+
- [@aureooms/js-collections-namedtuple](https://github.com/aureooms/js-collections-namedtuple)
44+
- [@aureooms/js-collections-ordereddict](https://github.com/aureooms/js-collections-ordereddict)
45+
- [@aureooms/js-collections-set](https://github.com/aureooms/js-collections-set)

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-collections
7+
jspm install npm:@aureooms/js-collections
88
```
99

1010
### npm
1111
```terminal
12-
npm install aureooms-js-collections --save
12+
npm install @aureooms/js-collections --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-collections' ) ;
11+
const number = require( '@aureooms/js-collections' ) ;
1212
// or
13-
import number from 'aureooms-js-collections' ;
13+
import number from '@aureooms/js-collections' ;
1414
```

0 commit comments

Comments
 (0)