kn-cli 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,6 @@ if(pxtorem){
17
17
  plugins.push( require("postcss-pxtorem")({rootValue:100,propList:['*']}) )
18
18
  }else{
19
19
  writeLog('关闭pxtorem');
20
- console.log('关闭pxtorem')
21
20
  }
22
21
  module.exports = {
23
22
  plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -63,6 +63,9 @@ module.exports = {
63
63
  ```
64
64
 
65
65
  # 更新日志
66
+ * 1.0.24
67
+ 1. 删除了无用的console.log
68
+
66
69
  * 1.0.23
67
70
  1. 修正postcss.config无法正确读取的bug
68
71
  2. 增加对pxtorem插件的开关配置