Skip to content

Commit

Permalink
Merge pull request #32 from ackzell/31-multi-fixes
Browse files Browse the repository at this point in the history
PR to fix found issues during the week
  • Loading branch information
ackzell authored Jun 15, 2020
2 parents d3e68cd + dee9e5e commit 3337fc6
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 414 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"editor.fontSize": 16,
"editor.formatOnSave": true,
"workbench.iconTheme": "ayu",
"workbench.colorTheme": "Ayu Dark Bordered",
"workbench.colorTheme": "Ayu Mirage Bordered",
"vetur.format.defaultFormatter.html": "prettier"
}
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
/*
** Plugins to load before mounting the App
*/
plugins: [],
plugins: [{ src: '~/plugins/WebAudioRecorder.js', mode: 'client' }],
/*
** Nuxt.js dev-modules
*/
Expand Down
164 changes: 73 additions & 91 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"lint-staged": "^10.1.3",
"prettier": "^1.19.1",
"stylelint": "^10.1.0",
"vue-jest": "^4.0.0-0"
"vue-jest": "^4.0.0-beta.3"
}
}
Loading

0 comments on commit 3337fc6

Please sign in to comment.