From ae284e51eff0fd4eb07a4eb90d5d5bb3bf27248d Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Mon, 19 Mar 2018 17:29:44 +0100 Subject: [PATCH] v1.1.0 --- packages/online/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/online/package.json b/packages/online/package.json index b039426f..c3722879 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/online", - "version": "1.0.3", + "version": "1.1.0", "main": "dist/hawtio-online.js", "types": "dist/hawtio-online.d.ts", "files": [ @@ -29,7 +29,6 @@ "@types/jquery-match-height": "^0.7.4", "@types/jsonpath": "^0.2.0", "del": "^2.0.0", - "merge2": "^1.2.1", "gulp": "^4.0.0", "gulp-angular-templatecache": "^2.0.0", "gulp-chmod": "^2.0.0", @@ -51,6 +50,7 @@ "gulp-usemin": "~0.3.0", "gulp-watch": "^3.0.0", "js-logger": "^0.9.14", + "merge2": "^1.2.1", "typescript": "^2.0.0", "yargs": "^6.0.0" },