Skip to content

Commit da6a6e4

Browse files
aureooms- > @aureooms/ : update js code
1 parent 79138ec commit da6a6e4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lib/act/act.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/act/from_sorted.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/act/act.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { sorted } from 'aureooms-js-itertools' ;
2-
import { increasing } from 'aureooms-js-compare' ;
1+
import { sorted } from '@aureooms/js-itertools' ;
2+
import { increasing } from '@aureooms/js-compare' ;
33

44
import { from_sorted } from './from_sorted' ;
55

src/act/from_sorted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { iter , reduce } from 'aureooms-js-itertools' ;
1+
import { iter , reduce } from '@aureooms/js-itertools' ;
22

33
export function from_sorted ( numbers ) {
44

test/src/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import test from 'ava' ;
22

33
import { linear , act } from '../../src' ;
44

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

77
test( 'all' , t => {
88

0 commit comments

Comments
 (0)