We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420464f commit 371ae79Copy full SHA for 371ae79
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "aureooms-js-red-black-tree",
+ "name": "@aureooms/js-red-black-tree",
3
"description": "Red-black tree library for JavaScript",
4
"version": "2.0.7",
5
"author": "Aurélien Ooms <[email protected]>",
@@ -26,9 +26,9 @@
26
"chalk": "^1.1.3"
27
},
28
"devDependencies": {
29
- "aureooms-js-compare": "^1.4.5",
30
- "aureooms-js-itertools": "^3.1.1",
31
- "aureooms-js-random": "^2.0.0",
+ "@aureooms/js-compare": "^1.4.5",
+ "@aureooms/js-itertools": "^3.1.1",
+ "@aureooms/js-random": "^2.0.0",
32
"ava": "^0.18.0",
33
"babel-cli": "^6.22.2",
34
"babel-polyfill": "^6.22.0",
0 commit comments