Skip to content

Commit

Permalink
version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Feb 13, 2019
1 parent d798e18 commit acfa700
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-orm",
"version": "2.3.1",
"version": "2.3.2",
"description": "koa orm using sequelize & squel",
"main": "index.js",
"scripts": {
Expand All @@ -25,16 +25,16 @@
},
"homepage": "https://github.com/d-band/koa-orm#readme",
"dependencies": {
"sequelize": "^4.41.2",
"sequelize": "^4.42.0",
"squel": "^5.12.2"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"koa": "^2.6.2",
"koa": "^2.7.0",
"mocha": "^5.2.0",
"mysql2": "^1.6.4",
"supertest": "^3.3.0"
"mysql2": "^1.6.5",
"supertest": "^3.4.2"
}
}

0 comments on commit acfa700

Please sign in to comment.