Skip to content

Commit

Permalink
Improved performance for huge maps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 26, 2024
1 parent 319fa16 commit ec94e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "gitterra",
"version": "1.2.2",
"version": "1.2.3",
"description": "A git-based game running in CI/CD and played by coding",
"main": "src/generateMap.js",
"scripts": {
"test": "cd test && rm -f index.html && node ../src/generateMap.js ../ /usr/local/bin/scc && open-cli index.html",
"test:repo": "cd test && rm -f index.html && node ../src/generateMap.js ~/GitTerra_TestRepo/ /usr/local/bin/scc && open-cli index.html",
"test:sergeyche": "cd test && rm -f index.html && node ../src/generateMap.js ~/sergeychernyshev.com/ /usr/local/bin/scc && open-cli index.html",
"clean-test": "cd test && rm -f index.html history.json"
},
"keywords": [
Expand Down

0 comments on commit ec94e67

Please sign in to comment.