Skip to content

Commit cb7bf84

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent 53c87f0 commit cb7bf84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-collections-chainmap",
2+
"name": "@aureooms/js-collections-chainmap",
33
"description": "Collections library for JavaScript",
44
"version": "3.0.0",
55
"author": "Aurélien Ooms <[email protected]>",
@@ -23,13 +23,13 @@
2323
"url": "https://github.com/aureooms/js-collections-chainmap/issues"
2424
},
2525
"dependencies": {
26-
"aureooms-js-collections-dict": "^3.0.0",
27-
"aureooms-js-collections-set": "^3.0.0",
28-
"aureooms-js-error": "^3.0.0"
26+
"@aureooms/js-collections-dict": "^3.0.0",
27+
"@aureooms/js-collections-set": "^3.0.0",
28+
"@aureooms/js-error": "^3.0.0"
2929
},
3030
"devDependencies": {
31-
"aureooms-js-compare": "^1.4.5",
32-
"aureooms-js-itertools": "^3.1.0",
31+
"@aureooms/js-compare": "^1.4.5",
32+
"@aureooms/js-itertools": "^3.1.0",
3333
"ava": "^0.18.0",
3434
"babel-cli": "^6.18.0",
3535
"babel-polyfill": "^6.16.0",

0 commit comments

Comments
 (0)