updated vite dep, improved footer
This commit is contained in:
parent
ad411715a4
commit
45000d1b33
4 changed files with 15 additions and 9 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -2533,9 +2533,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.1.tgz",
|
||||
"integrity": "sha512-hgxQWev/AL7nWYrqByYo8nfcH9n97v6oFsta9+JX8h6cEkni7nHKP2kJleNYV2kcGhE8jsbaY1aStwPZXzPbgA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.2.tgz",
|
||||
"integrity": "sha512-wTDKPkiVbeT+drTPdkuvjVIC/2vKKUc1w3qNOuwgpyvPCZF6fvdxB5v5WEcCsqaYea0zrwA4+XialJKCHM3oVQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.15.6",
|
||||
|
@ -4408,9 +4408,9 @@
|
|||
}
|
||||
},
|
||||
"vite": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.1.tgz",
|
||||
"integrity": "sha512-hgxQWev/AL7nWYrqByYo8nfcH9n97v6oFsta9+JX8h6cEkni7nHKP2kJleNYV2kcGhE8jsbaY1aStwPZXzPbgA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.2.tgz",
|
||||
"integrity": "sha512-wTDKPkiVbeT+drTPdkuvjVIC/2vKKUc1w3qNOuwgpyvPCZF6fvdxB5v5WEcCsqaYea0zrwA4+XialJKCHM3oVQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"esbuild": "^0.15.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tripeaks-solitaire-solver-js-73k",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"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": [
|
||||
"tripeaks",
|
||||
|
|
|
@ -275,12 +275,18 @@
|
|||
<footer class="py-3 mt-5 bg-light">
|
||||
<div class="text-center text-muted">
|
||||
Written in 2022 by
|
||||
<a href="https://73k.us/" class="link-secondary">Adam Piontek</a> |
|
||||
<a href="https://73k.us/" class="link-secondary">Adam Piontek</a><br />
|
||||
<a
|
||||
href="https://github.com/apiontek/tripeaks-solitaire-solver-js-73k"
|
||||
class="link-secondary"
|
||||
>Source on Github</a
|
||||
>
|
||||
|
|
||||
<a
|
||||
href="https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues"
|
||||
class="link-secondary fst-italic"
|
||||
>Report Issues</a
|
||||
>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in a new issue