Skip to content

Commit

Permalink
fixes aliases by harcoding "eslint-plugin-import": "2.20.0" in packag…
Browse files Browse the repository at this point in the history
…e.json
  • Loading branch information
aocneanu committed Feb 2, 2020
1 parent 301e32e commit aeb1af3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 293 deletions.
6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean --modern",
"dev": "rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean --mode development",
"lint": "vue-cli-service lint",
"postinstall": "opencollective-postinstall && patch-package"
"postinstall": "opencollective-postinstall && patch-package",
"prod": "npm run build"
},
"main": "vue.config.js",
"dependencies": {
Expand Down Expand Up @@ -40,7 +42,6 @@
"postinstall-postinstall": "^2.0.0",
"pusher-js": "^5.0.0",
"raven-js": "^3.26.2",
"remove-files-webpack-plugin": "^1.1.3",
"v-tooltip": "^2.0.0-rc.32",
"vue": "^2.6.10",
"vue-cal": "^2.0.1",
Expand All @@ -60,6 +61,7 @@
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-vue": "^6.0.0",
"file-loader": "^1.1.11",
"ignore-assets-webpack-plugin": "^2.0.1",
Expand Down
Loading

0 comments on commit aeb1af3

Please sign in to comment.