diff --git a/Gruntfile.js b/Gruntfile.js index 6b055a2..bab7f14 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,6 +52,9 @@ module.exports = function GruntConfig(grunt) { }, mocha_istanbul: { + options: { + mochaOptions: ['--exit'] + }, coverage: { src: 'test/test.js', options: { diff --git a/package.json b/package.json index f8d440d..454b186 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oe-skeleton", - "version": "2.0.0", + "version": "2.1.0", "description": "oe-cloud modularization project", "engines": { "node": ">=6" @@ -15,8 +15,8 @@ }, "dependencies": { "camelcase": "5.0.0", - "lodash": "4.17.11", - "oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.0.0" + "lodash": "4.17.14", + "oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.1.0" }, "devDependencies": { "babel-eslint": "7.2.3", @@ -25,7 +25,7 @@ "chai-things": "0.2.0", "chalk": "1.1.1", "eslint": "4.10.0", - "grunt": "1.0.3", + "grunt": "1.0.4", "grunt-banner": "0.6.0", "grunt-cli": "1.3.2", "grunt-contrib-clean": "2.0.0", diff --git a/test/component-config.json b/test/component-config.json index f36959a..2c63c08 100755 --- a/test/component-config.json +++ b/test/component-config.json @@ -1,5 +1,2 @@ { - "loopback-component-explorer": { - "mountPath": "/explorer" - } }