Skip to content

Commit c1ce085

Browse files
authored
Merge pull request #70 from kne-union/linzp
替换node-sass为sass
2 parents 2bf417b + b78c453 commit c1ce085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kne/modules-dev",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"description": "用于辅助在项目内启动一个规范化组件开发的环境",
55
"publishConfig": {
66
"source": "src/index.js",
@@ -45,7 +45,7 @@
4545
"highlight.js": "^11.7.0",
4646
"inquirer": "^8.2.4",
4747
"lodash": "^4.17.21",
48-
"node-sass": "^9.0.0",
48+
"sass": "^1.75.0",
4949
"webpack-virtual-modules": "^0.5.0"
5050
},
5151
"peerDependencies": {

template-libs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"husky": "^8.0.3",
4646
"lint-staged": "^13.3.0",
4747
"lodash": "^4.17.21",
48-
"node-sass": "^9.0.0",
48+
"sass": "^1.75.0",
4949
"prettier": "^2.8.8",
5050
"react-router-dom": "^6.22.0",
5151
"react-scripts": "^5.0.1"

0 commit comments

Comments
 (0)