From 6fb153f6bd8e615373d0f4c7c51e786dbdd260c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor=20Kriszti=C3=A1n?= Date: Tue, 18 Apr 2017 20:33:28 +0100 Subject: [PATCH] v2.1.3 Travis script fixed --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d69fe17..8001867 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "node-args", - "version": "2.1.2", + "version": "2.1.3", "description": "Most minimalistic parameter processor for node.", "main": "index.js", "scripts": { "build:src": "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json", "build:tests": "node ./node_modules/typescript/lib/tsc.js -p tsconfig.tests.json", "test": "npm run build:tests; ./node_modules/mocha/bin/mocha dest/node-args.spec.js", - "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./dest/node-args.spec.js" + "test-travis": "npm run build:tests; node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./dest/node-args.spec.js" }, "repository": { "type": "git",