Skip to content

Commit 55b3da5

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent 5179229 commit 55b3da5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-collections-defaultdict",
2+
"name": "@aureooms/js-collections-defaultdict",
33
"description": "Python's defaultdict data structure for JavaScript",
44
"version": "3.0.2",
55
"author": "Aurélien Ooms <[email protected]>",
@@ -23,17 +23,17 @@
2323
"url": "https://github.com/aureooms/js-collections-defaultdict/issues"
2424
},
2525
"dependencies": {
26-
"aureooms-js-collections-dict": "^3.0.0",
27-
"aureooms-js-error": "^3.0.0",
28-
"aureooms-js-mapping": "^3.0.0"
26+
"@aureooms/js-collections-dict": "^3.0.0",
27+
"@aureooms/js-error": "^3.0.0",
28+
"@aureooms/js-mapping": "^3.0.0"
2929
},
3030
"devDependencies": {
31-
"aureooms-js-compare": "^1.4.5",
32-
"aureooms-js-functools": "^2.0.3",
33-
"aureooms-js-itertools": "^3.1.0",
34-
"aureooms-js-number": "^3.0.0",
35-
"aureooms-js-operator": "^1.0.2",
36-
"aureooms-js-sort": "^7.0.0",
31+
"@aureooms/js-compare": "^1.4.5",
32+
"@aureooms/js-functools": "^2.0.3",
33+
"@aureooms/js-itertools": "^3.1.0",
34+
"@aureooms/js-number": "^3.0.0",
35+
"@aureooms/js-operator": "^1.0.2",
36+
"@aureooms/js-sort": "^7.0.0",
3737
"ava": "^0.18.0",
3838
"babel-cli": "^6.18.0",
3939
"babel-polyfill": "^6.16.0",

0 commit comments

Comments
 (0)