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" },