From 239c4757348f9b22aa14993e998a0b606b17293a Mon Sep 17 00:00:00 2001 From: brickyang Date: Sat, 7 Apr 2018 12:37:23 +0800 Subject: [PATCH] 3.1.0 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e98d6e..e70fd54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-mongo-native", - "version": "3.0.0", + "version": "3.1.0", "description": "MongoDB egg.js plugin using native driver.", "eggPlugin": { "name": "mongo" @@ -34,7 +34,12 @@ "lint": "eslint .", "ci": "npm run lint && npm run cov" }, - "files": ["config", "app.js", "lib", "index.d.ts"], + "files": [ + "config", + "app.js", + "lib", + "index.d.ts" + ], "repository": { "type": "git", "url": "git@github.com:brickyang/egg-mongo.git"