Skip to content

Commit a6ed574

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent 9d965f8 commit a6ed574

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-persistent",
2+
"name": "@aureooms/js-persistent",
33
"description": "persistent data structures for JavaScript",
44
"version": "2.1.2",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -24,10 +24,10 @@
2424
},
2525
"dependencies": {},
2626
"devDependencies": {
27-
"aureooms-js-fingertree": "^4.0.3",
28-
"aureooms-js-itertools": "^3.0.0",
29-
"aureooms-js-measure": "^1.0.3",
30-
"aureooms-js-predicate": "^2.0.2",
27+
"@aureooms/js-fingertree": "^4.0.3",
28+
"@aureooms/js-itertools": "^3.0.0",
29+
"@aureooms/js-measure": "^1.0.3",
30+
"@aureooms/js-predicate": "^2.0.2",
3131
"ava": "^0.18.0",
3232
"babel-cli": "^6.18.0",
3333
"babel-polyfill": "^6.16.0",

0 commit comments

Comments
 (0)