Skip to content

Commit 79138ec

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent 7a69247 commit 79138ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-max-gap",
2+
"name": "@aureooms/js-max-gap",
33
"description": "max-gap library for JavaScript",
44
"version": "1.0.1",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -23,8 +23,8 @@
2323
"url": "https://github.com/aureooms/js-max-gap/issues"
2424
},
2525
"dependencies": {
26-
"aureooms-js-compare": "^1.4.5",
27-
"aureooms-js-itertools": "^3.0.0"
26+
"@aureooms/js-compare": "^1.4.5",
27+
"@aureooms/js-itertools": "^3.0.0"
2828
},
2929
"devDependencies": {
3030
"ava": "^0.18.0",

0 commit comments

Comments
 (0)