Skip to content

Commit

Permalink
remove commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Apr 20, 2024
1 parent 5c8e5d1 commit 8df383e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</li>
<li><a href="credits.html">Credits</a></li>
</ul>
<a id="commitRef" href="https://github.com/excaliburjs/sum-monsters/commit/{{ commitRef }}">{{ commitRefShort }}</a>
<!-- <a id="commitRef" href="https://github.com/excaliburjs/sum-monsters/commit/{{ commitRef }}">{{ commitRefShort }}</a> -->
</main>
<script type="module" src="./src/main.ts"></script>
</body>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sum-monsters",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"description": "Play the mathimagical game where you arrange monsters to complete the dungeon’s sum-mons. May Trix the Witch is doing all she can to bring the dungeon to order!",
"author": {
Expand All @@ -14,8 +14,8 @@
"build": "parcel build --no-optimize ./index.html --dist-dir ./dist --public-url ./",
"clean": "rimraf dist && rimraf .parcel-cache",
"serve": "serve dist/",
"package": "npm run build && electron-forge package",
"make": "npm run build && electron-forge make"
"package": "npm run clean && npm run build && electron-forge package",
"make": "npm run clean && npm run build && electron-forge make"
},
"targets": {
"main": false
Expand Down

0 comments on commit 8df383e

Please sign in to comment.