Skip to content

Commit

Permalink
🐛 fix: lf
Browse files Browse the repository at this point in the history
  • Loading branch information
chuzhixin committed Jul 14, 2022
1 parent d2ba053 commit 57a8e93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
*.md text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.js linguist-language=vue
.browserslistrc text eol=lf
.gitignore text eol=lf
*.js linguist-language=vue
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"core-js": "^3.23.3",
"core-js": "^3.23.4",
"dayjs": "^1.11.3",
"echarts": "5.3.3",
"element-ui": "^2.15.9",
Expand Down Expand Up @@ -80,7 +80,7 @@
"chokidar": "^3.5.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.1",
"eslint-plugin-vue": "^9.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"image-webpack-loader": "^8.1.0",
"lint-staged": "^13.0.3",
Expand All @@ -92,7 +92,7 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"svg-sprite-loader": "^6.0.11",
"vue-template-compiler": "^2.7.0",
"vue-template-compiler": "^2.7.5",
"webpackbar": "^5.0.2"
},
"keywords": [
Expand Down

0 comments on commit 57a8e93

Please sign in to comment.