From 9f5c7b0ca0be7e377499c5bf826a55b14b7427e0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 25 Jun 2016 11:58:38 +0200 Subject: [PATCH] 2.1.61 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a3ea7cb..06af39c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmci", - "version": "2.1.60", + "version": "2.1.61", "description": "", "main": "dist/index.js", "bin": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "(npmts) && (npm run testVersion)", - "testVersion":"node dist/index.js -v" + "testVersion": "node dist/index.js -v" }, "repository": { "type": "git",