+4
-4
| /* | ||
| * 通用方法合集 | ||
| */ | ||
| const msg = require('./colorMessage'); | ||
| const msg = require('./msgColor'); | ||
| const fs = require('fs'); | ||
@@ -201,6 +201,6 @@ const common = function() { | ||
| common.prototype.test={ | ||
| msg:msg | ||
| } | ||
| // 打印日志 | ||
| common.prototype.msg=msg; | ||
| const cpwcom = new common(); | ||
| module.exports = cpwcom; |
+1
-1
| { | ||
| "name": "cpwcom", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6266
0.05%212
-0.47%