Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brickyang committed Apr 7, 2018
1 parent ababb54 commit 239c475
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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": "[email protected]:brickyang/egg-mongo.git"
Expand Down

0 comments on commit 239c475

Please sign in to comment.