From 39540ffc1f4f43f7aa3175eef7a90d59b46665b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 8 Nov 2015 18:49:18 -0500 Subject: [PATCH] Prepare chai-immutable for Chai's future plugin system See https://github.com/chaijs/chai-docs/issues/34#issuecomment-154366363 for more information. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 065d28e..6302f01 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ }, "keywords": [ "chai", + "chai-plugin", "test", "assertions", "immutable"