Skip to content

Commit 45602be

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent ec01c68 commit 45602be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-random",
2+
"name": "@aureooms/js-random",
33
"description": "Randomness algorithms for JavaScript",
44
"version": "2.0.0",
55
"author": "Aurélien Ooms <[email protected]>",
@@ -24,12 +24,12 @@
2424
},
2525
"dependencies": {},
2626
"devDependencies": {
27-
"aureooms-js-array": "^4.0.0",
28-
"aureooms-js-functools": "^2.0.3",
29-
"aureooms-js-itertools": "^3.1.1",
30-
"aureooms-js-mem": "^1.0.2",
31-
"aureooms-js-operator": "^1.0.2",
32-
"aureooms-js-type": "^1.0.4",
27+
"@aureooms/js-array": "^4.0.0",
28+
"@aureooms/js-functools": "^2.0.3",
29+
"@aureooms/js-itertools": "^3.1.1",
30+
"@aureooms/js-mem": "^1.0.2",
31+
"@aureooms/js-operator": "^1.0.2",
32+
"@aureooms/js-type": "^1.0.4",
3333
"ava": "^0.18.0",
3434
"babel-cli": "^6.22.2",
3535
"babel-polyfill": "^6.22.0",

0 commit comments

Comments
 (0)