update package.json, fix urls

This commit is contained in:
Adam Piontek 2022-09-13 22:55:10 -04:00
parent ef9a4637a1
commit 502fc6d9a9
2 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
<a class="navbar-brand text-dark" href="#">Tripeaks Solver 73k</a>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link fs-5" href="https://73k.us">73k <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16" style="margin-top: -0.27em;">
<a class="nav-link fs-5" href="https://73k.us/">73k <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16" style="margin-top: -0.27em;">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/>
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/>
</svg></a>
@ -253,7 +253,7 @@
</div>
<footer class="py-3 my-4">
<p class="text-center text-muted">© 2022 <a href="https://73k.us">Adam Piontek</a></p>
<p class="text-center text-muted">© 2022 <a href="https://73k.us/">Adam Piontek</a></p>
</footer>
<script type="module" src="/main.js"></script>

View file

@ -1,5 +1,5 @@
{
"name": "javascript-tri-peaks-solitaire-solver",
"name": "tripeaks-solitaire-solver-js-73k",
"version": "1.0.1",
"description": "A brute force solver for tri peaks solitaire written in javascript. Forked from work by Courtney Pitcher at https://github.com/IgniparousTempest/javascript-tri-peaks-solitaire-solver",
"keywords": [
@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiontek/javascript-tri-peaks-solitaire-solver.git"
"url": "git+https://github.com/apiontek/tripeaks-solitaire-solver-js-73k.git"
},
"author": {
"name": "Adam Piontek",
@ -29,9 +29,9 @@
},
"license": "ISC",
"bugs": {
"url": "https://github.com/apiontek/javascript-tri-peaks-solitaire-solver/issues"
"url": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues"
},
"homepage": "https://github.com/apiontek/javascript-tri-peaks-solitaire-solver#readme",
"homepage": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k#readme",
"devDependencies": {
"alpinejs": "^3.10.3",
"bootstrap": "^5.2.1",