Skip to content

Commit

Permalink
Remove unused dependency and bump version in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
benmag committed Mar 29, 2019
1 parent 23725b3 commit 6086b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
18 changes: 1 addition & 17 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qut-timetabler",
"version": "2.0.3",
"version": "2.1.0",
"description": "Plan your perfect timetable with this free, open-source utility for QUT students.",
"homepage": "https://github.com/benmag/Timetable",
"bugs": "https://github.com/benmag/Timetable/issues",
Expand All @@ -12,8 +12,7 @@
"license": "ISC",
"devDependencies": {
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.15",
"vue-template-compiler": "^2.6.10"
"laravel-mix": "^4.0.15"
},
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit 6086b08

Please sign in to comment.