From fbe276cdcdf761cfee884012f9f14926e1558e2f Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Tue, 8 Mar 2016 06:23:38 +0100 Subject: [PATCH] Use newer cli module --- cli/package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cli/package.json b/cli/package.json index 2aeb9dc..ceb8e5a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "galenframework-cli", - "version": "2.2.3-dev", + "version": "2.2.3", "description": "Just the node wrapper for the Galen Framework.", "homepage": "https://github.com/hypery2k/galenframework-cli", "bugs": { @@ -32,7 +32,7 @@ "dependencies": { "chromedriver": "*", "fs-extra": "0.26.2", - "galenframework": "2.2.2", + "galenframework": "2.2.3", "httpreq": "0.4.13", "kew": "0.7.0", "npmconf": "2.1.2", @@ -52,8 +52,5 @@ "type": "git", "url": "git+https://github.com/hypery2k/galenframework-cli.git" }, - "license": "MIT", - "_galenVersion": "2.2.3", - "_npmVersion": "2.6.0", - "_nodeVersion": "1.4.1" + "license": "MIT" }