Skip to content

Commit 8ef48da

Browse files
author
gaoshun12
committed
【jdfx@3.4.13】
1 parent ffe0d2d commit 8ef48da

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## changelog
22

3+
### 3.4.13 / 2020/11/20 18:34:00
4+
* [fix] 修改node-sass版本,修复node-sass更新到5.0.0后无法在node 8安装的问题。
5+
36
### 3.4.12 / 2018/08/15 19:58:00
47
* [add] 支持autoprefixer的browserslist配置,灵活输出浏览器前缀。
58

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ $ npm install jdfx -g
2222

2323
[完整日志](https://github.com/jdf2e/jdf/blob/master/CHANGELOG.md)
2424

25-
### 3.4.12 / 2018/08/15 19:58:00
26-
* [add] 支持autoprefixer的browserslist配置,灵活输出浏览器前缀
25+
### 3.4.13 / 2020/11/20 18:34:00
26+
* [fix] 修改node-sass版本,修复node-sass更新到5.0.0后无法在node 8安装的问题
2727

2828
## 说明文档
2929
* [示例安装](https://github.com/jdf2e/jdf/blob/master/doc/a_tool_develop.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jdfx",
33
"description": "京东前端自动化构建工具",
4-
"version": "3.4.12",
4+
"version": "3.4.13",
55
"author": {
66
"name": "jdfx",
77
"email": "chenxiaochun@jd.com"
@@ -68,7 +68,7 @@
6868
"less": "^2.7.1",
6969
"lodash": "^4.17.2",
7070
"minimatch": "^3.0.3",
71-
"node-sass": "latest",
71+
"node-sass": "^4.14.1",
7272
"node-watch": "^0.5.3",
7373
"postcss": "^5.2.5",
7474
"shelljs": "^0.7.5",

0 commit comments

Comments
 (0)