Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove axios #268

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove axios
Cannonb4ll committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8a913b0d3a2ada49e4e8fd88908df381e2b3cc54
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@
"@tailwindcss/typography": "^0.5.2",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.7",
"axios": "^0.25.0",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,5 @@ Livewire.start()


import Tribute from "tributejs";
import axios from 'axios';

window.axios = axios;
window.Tribute = Tribute;