There was an error while loading. Please reload this page.
1 parent fabed0e commit c2ae243Copy full SHA for c2ae243
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "aureooms-js-2sat",
+ "name": "@aureooms/js-2sat",
3
"description": "2-Satisfiability code bricks for JavaScript",
4
"version": "0.0.3",
5
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -24,9 +24,9 @@
24
},
25
"dependencies": {},
26
"devDependencies": {
27
- "aureooms-js-array": "^4.0.0",
28
- "aureooms-js-functools": "^2.0.3",
29
- "aureooms-js-itertools": "^3.1.1",
+ "@aureooms/js-array": "^4.0.0",
+ "@aureooms/js-functools": "^2.0.3",
+ "@aureooms/js-itertools": "^3.1.1",
30
"ava": "^0.17.0",
31
"babel-cli": "^6.22.2",
32
"babel-polyfill": "^6.22.0",
0 commit comments