Skip to content

Commit 70e018a

Browse files
aureooms- > @aureooms/ : update js code
1 parent 371ae79 commit 70e018a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

test/src/RedBlackTree/get.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava' ;
22

3-
import { increasing , decreasing } from 'aureooms-js-compare' ;
3+
import { increasing , decreasing } from '@aureooms/js-compare' ;
44

5-
import { range } from 'aureooms-js-itertools' ;
5+
import { range } from '@aureooms/js-itertools' ;
66

77
import { RedBlackTree } from '../../../src' ;
88

test/src/RedBlackTree/has.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava' ;
22

3-
import { increasing , decreasing } from 'aureooms-js-compare' ;
3+
import { increasing , decreasing } from '@aureooms/js-compare' ;
44

5-
import { range } from 'aureooms-js-itertools' ;
5+
import { range } from '@aureooms/js-itertools' ;
66

77
import { RedBlackTree } from '../../../src' ;
88

test/src/RedBlackTree/iter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava' ;
22

3-
import { increasing , decreasing } from 'aureooms-js-compare' ;
3+
import { increasing , decreasing } from '@aureooms/js-compare' ;
44

5-
import { list , range } from 'aureooms-js-itertools' ;
5+
import { list , range } from '@aureooms/js-itertools' ;
66

77
import { RedBlackTree } from '../../../src' ;
88

test/src/RedBlackTree/range.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import test from 'ava' ;
22

3-
import { increasing , decreasing } from 'aureooms-js-compare' ;
3+
import { increasing , decreasing } from '@aureooms/js-compare' ;
44

5-
import { list , range , sorted } from 'aureooms-js-itertools' ;
5+
import { list , range , sorted } from '@aureooms/js-itertools' ;
66

7-
import { shuffle } from 'aureooms-js-random' ;
7+
import { shuffle } from '@aureooms/js-random' ;
88

99
import { RedBlackTree } from '../../../src' ;
1010

test/src/RedBlackTree/remove.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import test from 'ava' ;
22

3-
import { increasing , decreasing } from 'aureooms-js-compare' ;
3+
import { increasing , decreasing } from '@aureooms/js-compare' ;
44

5-
import { list , range , sorted , head , iter , exhaust } from 'aureooms-js-itertools' ;
5+
import { list , range , sorted , head , iter , exhaust } from '@aureooms/js-itertools' ;
66

7-
import { randint , shuffle } from 'aureooms-js-random' ;
7+
import { randint , shuffle } from '@aureooms/js-random' ;
88

99
import { RedBlackTree , debug } from '../../../src' ;
1010

0 commit comments

Comments
 (0)