1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Downgrade axios version for gh-pages

This commit is contained in:
Mgldvd
2022-10-07 13:15:27 -05:00
parent a2a010a686
commit b954744410
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -269,7 +269,7 @@
<script src="https://cdn.jsdelivr.net/npm/shufflejs@5.3.0/dist/shuffle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/shufflejs@5.3.0/dist/shuffle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/axios@0.27.2/dist/axios.min.js"></script>
<script src=https://buttons.github.io/buttons.js async="" defer="" id=github-bjs></script> <script src=https://buttons.github.io/buttons.js async="" defer="" id=github-bjs></script>

View File

@@ -4,6 +4,7 @@
"description": "", "description": "",
"main": "", "main": "",
"scripts": { "scripts": {
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",