diff --git a/.gitignore b/.gitignore index cf21122..1dbd420 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ src/wre/wre.json coverage .DS_Store /public/diagram/lib/* +/public/game/lib/* wollok.log \ No newline at end of file diff --git a/package.json b/package.json index a4ef449..315170d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "main": "./build/src/index.js", "scripts": { - "preinstall": "sh scripts/download-libs.sh", + "preinstall": "node ./scripts/download-libs.js", "start": "node ./build/src/index.js", "test": "npm run lint && npm run test:unit", "test-with-coverage": "npm run lint && nyc --reporter=json --lines 70 npm run test:unit", diff --git a/public/game/index.html b/public/game/index.html index 82a1a38..4171cfb 100644 --- a/public/game/index.html +++ b/public/game/index.html @@ -2,8 +2,8 @@ - - + + Wollok Game