From 9c1cd0bff70d4cb28aae63fc10cbca6e720189c4 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 18 Feb 2016 21:45:25 +0000 Subject: [PATCH] Update package.json keywords See chaijs/chai-docs#34 for more. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6a3cef..8407412 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chai-datetime", "version": "1.4.0", - "keywords": ["chai", "testing", "jasmine"], + "keywords": ["chai", "chai-plugin", "objects", "date", "time", "browser", "testing", "jasmine"], "description": "date / time comparison matchers for chai", "main": "chai-datetime.js", "scripts": {