From e06574a242b3632e6e34aa4203673764aee2462f Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sun, 3 Apr 2016 15:54:36 +0530 Subject: [PATCH] Version --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index feee1e2..66c942a 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "simple-mocha", - "version": "0.0.6", + "version": "0.0.9", "description": "Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.", "author": "Harish.K", "license": "MIT", "keywords": [ "mocha", "test runner", - "testing" + "testing", + "bdd", + "tdd" ], "repository": { "type": "git",