Fixes to sunwell and minor improvements

This commit is contained in:
omer
2024-04-15 15:50:41 +02:00
parent 87a4da5882
commit 79ca60d136
46 changed files with 1507 additions and 716 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Canvas based renderer for Hearthstone cards.",
"main": "sunwell.js",
"scripts": {
"start": "node examples/server",
"start": "nodejs examples/server",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"postpublish": "git push && git push --tags"