Skip to content

Commit 0986695

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent f8c1abb commit 0986695

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-sort",
2+
"name": "@aureooms/js-sort",
33
"description": "sorting code bricks for JavaScript",
44
"version": "7.0.0",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -24,13 +24,13 @@
2424
},
2525
"dependencies": {},
2626
"devDependencies": {
27-
"aureooms-js-array": "^3.1.0",
28-
"aureooms-js-compare": "^1.4.5",
29-
"aureooms-js-functools": "^2.0.3",
30-
"aureooms-js-in-situ-sort-spec": "^7.0.0",
31-
"aureooms-js-itertools": "^3.0.0",
32-
"aureooms-js-random": "^1.0.2",
33-
"aureooms-js-search": "^0.0.4",
27+
"@aureooms/js-array": "^3.1.0",
28+
"@aureooms/js-compare": "^1.4.5",
29+
"@aureooms/js-functools": "^2.0.3",
30+
"@aureooms/js-in-situ-sort-spec": "^7.0.0",
31+
"@aureooms/js-itertools": "^3.0.0",
32+
"@aureooms/js-random": "^1.0.2",
33+
"@aureooms/js-search": "^0.0.4",
3434
"ava": "^0.18.1",
3535
"babel-cli": "^6.18.0",
3636
"babel-polyfill": "^6.16.0",

0 commit comments

Comments
 (0)