From f3795a4feab925f46fcd359a87287612866c501a Mon Sep 17 00:00:00 2001
From: Oliver-Akins
Date: Wed, 3 Mar 2021 22:14:17 -0700
Subject: [PATCH] Remove the tooling list
---
web/src/components/Attributions.vue | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue
index d6b93c0..1bfb8d1 100644
--- a/web/src/components/Attributions.vue
+++ b/web/src/components/Attributions.vue
@@ -28,18 +28,6 @@
-
-
- Tooling:
-
-
@@ -54,16 +42,6 @@ export default {
},
data() {return {
modal: false,
- tooling: {
- "Vue.JS (With VueX)": "https://vuejs.org",
- "Vue-Socket.io": "https://github.com/MetinSeylan/Vue-Socket.io",
- "Vue-Clipboard2": "https://www.npmjs.com/package/vue-clipboard2",
- "Toml": "https://www.npmjs.com/package/toml",
- "tslog": "https://www.npmjs.com/package/tslog",
- "Socket.io": "https://socket.io",
- "Axios": "https://www.npmjs.com/package/axios",
- "neat-csv": "https://github.com/sindresorhus/neat-csv",
- }
}},
computed: {},
methods: {},