Skip to content

Commit

Permalink
upgrade prettier (qmk#586)
Browse files Browse the repository at this point in the history
* upgrade prettier

* Delete useless dependencies
  • Loading branch information
zekth authored and yanfali committed Nov 18, 2019
1 parent 6b24b1f commit a3260f7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 798 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/vue-fontawesome": "^0.1.5",
"axios": "0.19",
"jest": "24",
"keypress.js": "^2.1.5",
"lodash": "^4.17.13",
"lodash.defaultsdeep": "^4.6.1",
Expand All @@ -34,7 +33,6 @@
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.1.1",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "^3.1.1",
Expand All @@ -43,19 +41,17 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"chromedriver": "^74.0.0",
"cypress": "^3.4.1",
"eslint": "^5.8.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0-0",
"growl": "^1.10.0",
"https-proxy-agent": "^2.2.0",
"nightwatch": "^1.1.11",
"jest": "24",
"node-sass": "^4.9.0",
"prettier": "^1.18.2",
"prettier": "1.19.1",
"sass-loader": "^7.0.1",
"selenium": "^2.20.0",
"start-server-and-test": "^1.10.0",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.5.17"
Expand Down
4 changes: 1 addition & 3 deletions src/views/Print.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ export default {
},
firmwareURL() {
const keeb = this.keyboard.split('/');
return `https://github.com/qmk/qmk_firmware/tree/master/keyboards/${
keeb[0]
}`;
return `https://github.com/qmk/qmk_firmware/tree/master/keyboards/${keeb[0]}`;
},
_author: {
set(value) {
Expand Down
Loading

0 comments on commit a3260f7

Please sign in to comment.