From 38fdebe0d97c4f46b9894308534035fd8f02897a Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 6 Jun 2018 08:05:15 -0400 Subject: [PATCH] bump version --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a91861b..ca88485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testit", - "version": "0.6.1", + "version": "0.6.2", "description": "a minimalistic testing library", "main": "src/testit.js", "directories": { @@ -14,7 +14,8 @@ }, "scripts": { "build": "node_modules/.bin/gulp", - "test": "node_modules/.bin/jshint src/testit.js" + "lint": "node_modules/.bin/jshint src/testit.js", + "test": "node test/run.js" }, "repository": { "type": "git",