From d77281321682662a322ed9e7422f26515c3a370c Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Wed, 26 Nov 2014 08:39:53 +0100 Subject: [PATCH] [dist] 0.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eecb3f7..63a4cb0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "creditcard", - "version": "0.1.1", + "version": "0.1.2", "description": "Creditcard number parsing, validation and information extraction", "scripts": { - "test": "./node_modules/.bin/mocha $(find test -name '*.test.js')" + "test": "mocha $(find test -name '*.test.js')" }, "repository": { "type": "git",