Skip to content

Commit

Permalink
sorry to see you go :'(
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schwab committed Jan 11, 2019
1 parent 1c88927 commit 9f67cf7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions client/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const $ = require('jquery')
const Vue = require('vue/dist/vue')

const messageDisplay = require('./MessageDisplay')
Expand All @@ -7,7 +6,7 @@ const viewPage = require('./ViewPage')
const addPage = require('./AddPage')
const editPage = require('./EditPage')

$(() => {
document.addEventListener('DOMContentLoaded', () => {
new Vue({
el: '#app',
data: {
Expand Down
5 changes: 0 additions & 5 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
Expand Up @@ -25,7 +25,6 @@
},
"dependencies": {
"bluebird": "^3.5.3",
"jquery": "^3.3.1",
"marked": "^0.6.0",
"redis": "^2.8.0",
"vue": "^2.5.20"
Expand Down

0 comments on commit 9f67cf7

Please sign in to comment.