Skip to content

Commit 58a4d77

Browse files
aureooms- > @aureooms/ : update js code
1 parent 45602be commit 58a4d77

8 files changed

+12
-12
lines changed

test/src/randfloat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99

1010

test/src/randint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99

1010

test/src/randrange_only_stop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99

1010

test/src/randrange_with_negative_step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99
test( "randrange with negative step", t => {
1010

test/src/randrange_with_positive_step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99
test( "randrange with positive step", t => {
1010

test/src/randrange_without_step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import type from "aureooms-js-type" ;
7+
import type from "@aureooms/js-type" ;
88

99

1010

test/src/sample.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import mem from "aureooms-js-mem" ;
8-
import * as array from "aureooms-js-array" ;
9-
import operator from "aureooms-js-operator" ;
7+
import mem from "@aureooms/js-mem" ;
8+
import * as array from "@aureooms/js-array" ;
9+
import operator from "@aureooms/js-operator" ;
1010

1111

1212
function one ( type, sample ) {

test/src/shuffle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as random from '../../src';
44

55
import util from "util" ;
66

7-
import mem from "aureooms-js-mem" ;
8-
import * as array from "aureooms-js-array" ;
9-
import operator from "aureooms-js-operator" ;
7+
import mem from "@aureooms/js-mem" ;
8+
import * as array from "@aureooms/js-array" ;
9+
import operator from "@aureooms/js-operator" ;
1010

1111

1212
function one ( type, shuffle ) {

0 commit comments

Comments
 (0)