From 3abba8b49bb05f0619b19c4c66b7f56ba30ed514 Mon Sep 17 00:00:00 2001 From: Maxime Suret Date: Wed, 18 Oct 2017 16:36:01 +0200 Subject: [PATCH] dependency on sequelize 4.12 (symbol operators) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f9f131..2771291 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 8aa4dcd..35df383 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "ssacl-attribute-roles": "^1.0.0" }, "peerDependencies": { - "sequelize": "4.x" + "sequelize": "^4.12.0" } }