We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01c68 commit 45602beCopy full SHA for 45602be
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "aureooms-js-random",
+ "name": "@aureooms/js-random",
3
"description": "Randomness algorithms for JavaScript",
4
"version": "2.0.0",
5
"author": "Aurélien Ooms <[email protected]>",
@@ -24,12 +24,12 @@
24
},
25
"dependencies": {},
26
"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",
+ "@aureooms/js-array": "^4.0.0",
+ "@aureooms/js-functools": "^2.0.3",
+ "@aureooms/js-itertools": "^3.1.1",
+ "@aureooms/js-mem": "^1.0.2",
+ "@aureooms/js-operator": "^1.0.2",
+ "@aureooms/js-type": "^1.0.4",
33
"ava": "^0.18.0",
34
"babel-cli": "^6.22.2",
35
"babel-polyfill": "^6.22.0",
0 commit comments