From aa2ae994e7948bd9919ffc8fb1b6852f592acb4f Mon Sep 17 00:00:00 2001 From: Mick Hansen Date: Mon, 16 Mar 2015 16:30:29 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03e27dd..5f8dcb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssacl-attribute-roles", "version": "0.0.1", - "description": "Simple attribute roles/acl for Sequelize", + "description": "Simple attribute whitelisting/blacklisting with roles for Sequelize", "main": "lib/index.js", "scripts": { "test": " ./node_modules/.bin/jshint lib/ test/ && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"