Skip to content

Commit

Permalink
Updated version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Jul 17, 2019
1 parent a6be2d9 commit cc95b08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ module.exports = function GruntConfig(grunt) {
},

mocha_istanbul: {
options: {
mochaOptions: ['--exit']
},
coverage: {
src: 'test/test.js',
options: {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oe-skeleton",
"version": "2.0.0",
"version": "2.1.0",
"description": "oe-cloud modularization project",
"engines": {
"node": ">=6"
Expand All @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions test/component-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"loopback-component-explorer": {
"mountPath": "/explorer"
}
}

0 comments on commit cc95b08

Please sign in to comment.