Compare commits
No commits in common. "main" and "dev" have entirely different histories.
6 changed files with 2394 additions and 379 deletions
6
dist/assets/index.0513fdda.css
vendored
Normal file
6
dist/assets/index.0513fdda.css
vendored
Normal file
File diff suppressed because one or more lines are too long
64
dist/assets/index.438c9d52.js
vendored
Normal file
64
dist/assets/index.438c9d52.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
2674
package-lock.json
generated
2674
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -34,15 +34,15 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k#readme",
|
"homepage": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"alpinejs": "^3.12.x",
|
"alpinejs": "^3.10.3",
|
||||||
"bootstrap": "^5.2.x",
|
"bootstrap": "^5.2.1",
|
||||||
"eslint": "^8.38.x",
|
"eslint": "^8.23.0",
|
||||||
"eslint-config-prettier": "^8.8.x",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-html": "^7.1.x",
|
"eslint-plugin-html": "^7.1.0",
|
||||||
"html-minifier": "^4.0.x",
|
"html-minifier": "^4.0.0",
|
||||||
"mocha": "^10.2.x",
|
"mocha": "^10.0.0",
|
||||||
"prettier": "^2.8.x",
|
"prettier": "^2.7.1",
|
||||||
"sass": "^1.62.x",
|
"sass": "^1.54.9",
|
||||||
"vite": "^3.2.x"
|
"vite": "^3.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -286,13 +286,6 @@
|
||||||
href="https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues"
|
href="https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues"
|
||||||
class="link-secondary fst-italic"
|
class="link-secondary fst-italic"
|
||||||
>Report Issues</a
|
>Report Issues</a
|
||||||
><br />
|
|
||||||
Based on original algorithm by
|
|
||||||
<a
|
|
||||||
href="https://igniparoustempest.github.io/tri-peaks-solitaire-solver/"
|
|
||||||
class="link-secondary"
|
|
||||||
target="_blank"
|
|
||||||
>Courtney Pitcher</a
|
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue