Skip to content

Commit

Permalink
update node-sas
Browse files Browse the repository at this point in the history
  • Loading branch information
xpioneer committed Sep 23, 2022
1 parent bd1299c commit fe6c86f
Show file tree
Hide file tree
Showing 2 changed files with 509 additions and 339 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"less-loader": "^10.0.1",
"lint-staged": "^10.5.3",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"node-sass": "^7.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.0",
"sass-loader": "^13.0.2",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
Expand All @@ -85,8 +85,7 @@
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"npm run lint:fix",
"git add"
"npm run lint:fix"
]
}
}
Loading

0 comments on commit fe6c86f

Please sign in to comment.