Skip to content

Commit

Permalink
fix(package-version): Change Sequelize version
Browse files Browse the repository at this point in the history
Change Sequelize version to 3 so that it is compatible with Hapi-sequelize
  • Loading branch information
roux1max committed Oct 14, 2017
1 parent 629a41c commit 014d74e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 66 deletions.
103 changes: 39 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Dixeed",
"license": "MIT",
"engines": {
"node": ">=6.6.0"
"node": ">=6.11.4"
},
"lint-staged": {
"test/**/*.{js,css,json}": [
Expand All @@ -45,7 +45,7 @@
"hapi": "16.6.2",
"hapi-sequelize": "3.0.4",
"ora": "1.3.0",
"sequelize": "4.13.10"
"sequelize": "3.30.4"
},
"devDependencies": {
"@commitlint/cli": "4.1.0",
Expand Down

0 comments on commit 014d74e

Please sign in to comment.