diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b8b24d0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js text eol=lf +*.json text eol=lf +*.ts text eol=lf \ No newline at end of file diff --git a/package.json b/package.json index 745b6f8..80ef783 100755 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lodash": "^4.17.21", "md5": "^2.3.0", "midwayjs-cool-alipay": "^1.0.8", - "midwayjs-cool-core": "^3.2.18", + "midwayjs-cool-core": "^3.2.19", "midwayjs-cool-oss": "^1.0.12", "midwayjs-cool-queue": "^1.0.8", "midwayjs-cool-redis": "^1.1.6",