Skip to content

Commit c2ae243

Browse files
aureooms-js-* -> @aureooms/js-*
1 parent fabed0e commit c2ae243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aureooms-js-2sat",
2+
"name": "@aureooms/js-2sat",
33
"description": "2-Satisfiability code bricks for JavaScript",
44
"version": "0.0.3",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -24,9 +24,9 @@
2424
},
2525
"dependencies": {},
2626
"devDependencies": {
27-
"aureooms-js-array": "^4.0.0",
28-
"aureooms-js-functools": "^2.0.3",
29-
"aureooms-js-itertools": "^3.1.1",
27+
"@aureooms/js-array": "^4.0.0",
28+
"@aureooms/js-functools": "^2.0.3",
29+
"@aureooms/js-itertools": "^3.1.1",
3030
"ava": "^0.17.0",
3131
"babel-cli": "^6.22.2",
3232
"babel-polyfill": "^6.22.0",

0 commit comments

Comments
 (0)