Skip to content

Commit

Permalink
fix: add missing vue dep
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 13, 2023
1 parent c3b3de9 commit ef5f4b9
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 7 deletions.
139 changes: 133 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"dependencies": {
"@types/jquery": "3.5.16",
"vue": "^2.7.14",
"vue-router": "<4"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
"dom"
]
},
"include": [
"lib"
],
"exclude": [
"dist",
"node_modules",
"dist"
"test"
]
}

0 comments on commit ef5f4b9

Please sign in to comment.