Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
revert buefy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiChou committed Dec 8, 2020
1 parent b15c7e4 commit 586e3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@babel/runtime": "^7.3.4",
"axios": "^0.19.0",
"buefy": "^0.9.2",
"buefy": "^0.5.4",
"frida-gum-types": "^1.2.3",
"material-design-icons": "^3.0.1",
"monaco-editor": "^0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion gui/src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'
import io from 'socket.io-client'
import Buefy from 'buefy'
import 'buefy/dist/buefy.css'
import 'buefy/lib/buefy.css'
import axios from 'axios'

import App from '~/App.vue'
Expand Down

0 comments on commit 586e3f8

Please sign in to comment.