File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments