Skip to content

Commit

Permalink
dependency on sequelize 4.12 (symbol operators)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Suret committed Oct 18, 2017
1 parent 74f7c56 commit 3abba8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Effortlessly ensure that only the right actors can read and write objects.

ssacl will ensure that all reads have the appropriate where queries attached and that all writes are checked for appropriate ownership values.

*ssacl needs Sequelize 4 or higher for all functionality to work*
*ssacl needs Sequelize 4.12 or higher for all functionality to work*

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"ssacl-attribute-roles": "^1.0.0"
},
"peerDependencies": {
"sequelize": "4.x"
"sequelize": "^4.12.0"
}
}

0 comments on commit 3abba8b

Please sign in to comment.