Skip to content

Commit 371ae79

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent 420464f commit 371ae79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-red-black-tree",
2+
"name": "@aureooms/js-red-black-tree",
33
"description": "Red-black tree library for JavaScript",
44
"version": "2.0.7",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -26,9 +26,9 @@
2626
"chalk": "^1.1.3"
2727
},
2828
"devDependencies": {
29-
"aureooms-js-compare": "^1.4.5",
30-
"aureooms-js-itertools": "^3.1.1",
31-
"aureooms-js-random": "^2.0.0",
29+
"@aureooms/js-compare": "^1.4.5",
30+
"@aureooms/js-itertools": "^3.1.1",
31+
"@aureooms/js-random": "^2.0.0",
3232
"ava": "^0.18.0",
3333
"babel-cli": "^6.22.2",
3434
"babel-polyfill": "^6.22.0",

0 commit comments

Comments
 (0)