From 3e7cdb5f6274e989facf275e2eade6b86f21f407 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Wed, 30 Jun 2021 19:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D#32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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",